UNPKG

sqlpad

Version:

Web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, Crate and Vertica.

13 lines (12 loc) 249 B
/* With introduction of react-split-pane horizontal pane layout doesn't play well with flex, so this is reverting back to absolute approach */ .result-grid { width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }