瀏覽代碼

HUE-6077 [assist] Increase the spacing after the assist search input

Johan Ahlen 8 年之前
父節點
當前提交
00102742ae

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


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -259,7 +259,7 @@ body {
 .search-container-top,
 .search-container-top,
 .search-container {
 .search-container {
   .display-flex;
   .display-flex;
-  .flex(1 1 37px);
+  .flex(1 1 44px);
   position: relative;
   position: relative;
   margin: 8px 10px 0 10px;
   margin: 8px 10px 0 10px;
 }
 }

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