Browse Source

HUE-1997 [core] Long dropdown menu items go outside the menu area

Added padding
Enrico Berti 11 năm trước cách đây
mục cha
commit
f85ee14
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      desktop/core/static/css/hue3.css

+ 1 - 0
desktop/core/static/css/hue3.css

@@ -1441,6 +1441,7 @@ a#advanced-btn:hover {
 
 .navigator .dropdown-menu > li > a {
   padding-left: 5px;
+  padding-right: 30px;
 }
 
 .navigator .dropdown-menu > li > a > img {