Browse Source

HUE-9187 [editor] Keep default css width for sql limit input

If not shows up too long on editor opening.
Romain 5 years ago
parent
commit
38aeaa9616

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 1 - 0
desktop/core/src/desktop/static/desktop/less/components/hue-snippet-execute-actions.less

@@ -43,6 +43,7 @@
   .limit-input {
   .limit-input {
     border-radius: 2px;
     border-radius: 2px;
     height: 13px;
     height: 13px;
+    width: 50px;
     margin: 0 5px;
     margin: 0 5px;
     padding: 5px 6px;
     padding: 5px 6px;
   }
   }

Some files were not shown because too many files changed in this diff