浏览代码

HUE-6077 [frontend] Fix input alignment issue in tab headers

Johan Ahlen 8 年之前
父节点
当前提交
a608d0f

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


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

@@ -1028,8 +1028,7 @@
     border-radius: 5px !important;
     min-height: 17px !important;
     height: 17px !important;
-    margin-right: 3px;
-    margin-left: -2px;
+    margin: 0 3px 0 -2px;
     padding: 0 18px 0 5px !important;
   }
 

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