瀏覽代碼

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

Johan Ahlen 8 年之前
父節點
當前提交
162ca3f

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差異過大導致無法顯示
+ 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;

部分文件因文件數量過多而無法顯示