Merge pull request #37488 from guyco87/adjustable-query-block

Remove height restrictions from the query div in play web tool, and m…
This commit is contained in:
Alexey Milovidov 2022-05-25 00:57:35 +03:00 committed by GitHub
commit 79ca4afb13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,13 +148,15 @@
#query_div #query_div
{ {
height: 100%; /* Make enough space for medium/large queries but allowing query textarea to grow. */
min-height: 20%;
display: grid;
} }
#query #query
{ {
height: 100%; /* Keeps query text-area's width full screen even when user adjusting the width of the query box. */
width: 100%; min-width: 100%;
} }
#inputs #inputs