Browse Source

HUE-5473 [home] The default view does not render all the list items

Enrico Berti 9 years ago
parent
commit
998e98b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      desktop/core/src/desktop/templates/home2.mako

+ 4 - 0
desktop/core/src/desktop/templates/home2.mako

@@ -154,6 +154,10 @@ ${ assist.assistPanel() }
   .nav-tabs > li.active {
     padding: 0;
   }
+
+  svg.hi {
+    width: 24px;
+  }
 </style>