浏览代码

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;

部分文件因为文件数量过多而无法显示