Browse Source

Fix ie sidebar popup items spacing

Denis K 8 years ago
parent
commit
29d77920bc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      jet/static/jet/css/_sidebar.scss

+ 2 - 0
jet/static/jet/css/_sidebar.scss

@@ -497,6 +497,8 @@
       list-style: none;
 
       &-item {
+        display: block;
+
         a, a:visited, a:hover {
           color: $sidebar-popup-link-text-color;
           padding: 8px 20px;