Browse Source

HUE-6728 [assist] Fix truncated input in the assist filter

Johan Ahlen 8 years ago
parent
commit
162ca3f

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


+ 2 - 1
desktop/core/src/desktop/static/desktop/less/hue-assist.less

@@ -614,7 +614,8 @@
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
-
+  height: 25px;
+  padding: 0 5px;
   border-radius: 4px;
   border: 1px solid @input-border;
   box-shadow: none;

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