浏览代码

HUE-7518 [editor] Remove bottom margin from the result field list filter

Enrico Berti 8 年之前
父节点
当前提交
f03449d45d

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


+ 2 - 1
desktop/libs/notebook/src/notebook/static/notebook/less/notebook.less

@@ -1074,6 +1074,7 @@
 
   .meta-filter {
     width: 118px;
+    margin-bottom: 0;
   }
 
   .meta-noresults {
@@ -1112,7 +1113,7 @@
   }
 
   .nav-header-like {
-    padding: 9px 18px;
+    padding: 6px;
     margin-top: 1px;
     overflow: hidden;
     font-size: 14px;

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