This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new de61859 fix: SQL Lab vertical space (#12187)
de61859 is described below
commit de61859e98d969c00b84fb04a2ae07d698cbbdc5
Author: Beto Dealmeida <[email protected]>
AuthorDate: Tue Dec 22 17:05:52 2020 -0800
fix: SQL Lab vertical space (#12187)
---
superset-frontend/src/SqlLab/main.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset-frontend/src/SqlLab/main.less
b/superset-frontend/src/SqlLab/main.less
index 7123ed0..4e4eece 100644
--- a/superset-frontend/src/SqlLab/main.less
+++ b/superset-frontend/src/SqlLab/main.less
@@ -19,7 +19,7 @@
@import '../../stylesheets/less/variables.less';
body {
- min-height: 500px; // Set a min height so the gutter is always visible when
resizing
+ min-height: ~'max(100vh, 500px)'; // Set a min height so the gutter is
always visible when resizing
overflow: hidden;
}