Browse Source

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

Fixed the nav list margin
Enrico Berti 10 năm trước cách đây
mục cha
commit
b011d14
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
+}