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

gian 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 e58f541  Small tweak to override Blueprint's CSS rule for lookup edit 
dialog (#7283)
e58f541 is described below

commit e58f541047c16fdc868932d239e535aa61c7dfc5
Author: Qi Shu <[email protected]>
AuthorDate: Mon Mar 18 14:24:50 2019 -0700

    Small tweak to override Blueprint's CSS rule for lookup edit dialog (#7283)
    
    * Small tweak to override Blueprint's CSS rule
    
    * Follow the same CSS style by using &
---
 web-console/src/dialogs/lookup-edit-dialog.scss | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/web-console/src/dialogs/lookup-edit-dialog.scss 
b/web-console/src/dialogs/lookup-edit-dialog.scss
index 0e5b2d6..2fe6c44 100644
--- a/web-console/src/dialogs/lookup-edit-dialog.scss
+++ b/web-console/src/dialogs/lookup-edit-dialog.scss
@@ -16,10 +16,14 @@
  * limitations under the License.
  */
 
+
+
 .lookup-edit-dialog {
-  top: 10vh;
+  &.pt-dialog{
+    top: 10vh;
 
-  width: 600px;
+    width: 600px;
+  }
 
   .ace_editor{
     margin: 0px 20px 10px;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to