浏览代码

HUE-7949 [dashboard] Avoid scrollbars on text facets

Enrico Berti 7 年之前
父节点
当前提交
aa08938

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


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

@@ -800,7 +800,7 @@
 
   .facet-count {
     overflow: auto;
-    max-height: 230px;
+    max-height: 240px;
     margin-top: 5px;
     .no-results {
       color: @cui-gray-600;

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