浏览代码

HUE-2998 [core] Top half of right-aligned dashboard icons not clickable

Fixed the nav list margin
Enrico Berti 10 年之前
父节点
当前提交
b011d14c2c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      desktop/core/src/desktop/static/desktop/css/hue3.css

+ 4 - 0
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -2143,3 +2143,7 @@ pre {
 .player-toolbar .link {
   display: inline-block;
 }
+
+div.navigator .pull-right .nav {
+  margin-bottom: 0;
+}