소스 검색

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