浏览代码

HUE-7949 [dashboard] Add no flex to the search bar operations to avoid horizontal scroll

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

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


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

@@ -152,7 +152,7 @@
     }
 
     .search-bar-operations {
-      .flex(0 0 175px);
+      .flex(none);
     }
   }
 

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