浏览代码

HUE-7866 [dashboard] Limit width of dashboard name

jdesjean 7 年之前
父节点
当前提交
9dc17d4

文件差异内容过多而无法显示
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/search.css


+ 1 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/less/search.less

@@ -247,7 +247,7 @@
     margin: 0;
     margin-left: 5px;
     min-height: 29px;
-    min-width: 120px;
+    width: 120px;
     padding: 0 8px;
     text-shadow: none;
     vertical-align: middle;

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