You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/03/15 22:15:17 UTC

[incubator-druid] branch master updated: Fixed height issue in dynamic config dialog where user cannot scroll (#7268)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new a337f6d  Fixed height issue in dynamic config dialog where user cannot scroll (#7268)
a337f6d is described below

commit a337f6d4ccd6899a7c605cadd9e08585b698e814
Author: Qi Shu <sh...@gmail.com>
AuthorDate: Fri Mar 15 15:15:12 2019 -0700

    Fixed height issue in dynamic config dialog where user cannot scroll (#7268)
---
 web-console/src/dialogs/coordinator-dynamic-config.scss | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/web-console/src/dialogs/coordinator-dynamic-config.scss b/web-console/src/dialogs/coordinator-dynamic-config.scss
index a95edc2..51eaa58 100644
--- a/web-console/src/dialogs/coordinator-dynamic-config.scss
+++ b/web-console/src/dialogs/coordinator-dynamic-config.scss
@@ -17,7 +17,9 @@
  */
 
 .coordinator-dynamic-config {
-  .bp3-dialog-body {
+  margin-top: 5vh;
+
+  .pt-dialog-body {
     max-height: 70vh;
 
     .auto-form {
@@ -25,7 +27,7 @@
       overflow: auto;
     }
 
-    .bp3-html-select {
+    .html-select {
       width: 195px;
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org