mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
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:
commit
79ca4afb13
@ -148,13 +148,15 @@
|
||||
|
||||
#query_div
|
||||
{
|
||||
height: 100%;
|
||||
/* Make enough space for medium/large queries but allowing query textarea to grow. */
|
||||
min-height: 20%;
|
||||
display: grid;
|
||||
}
|
||||
|
||||
#query
|
||||
{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
/* Keeps query text-area's width full screen even when user adjusting the width of the query box. */
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
#inputs
|
||||
|
Loading…
Reference in New Issue
Block a user