Просмотр исходного кода

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

Fixed the nav list margin
Enrico Berti 10 лет назад
Родитель
Сommit
b011d14
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;
+}