ソースを参照

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;
   }
 

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません