Ver código fonte

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

Fixed the nav list margin
Enrico Berti 10 anos atrás
pai
commit
b011d14

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