Преглед изворни кода

HUE-5472 [home] Fix rendering of the SVG icons and labels in embedded mode

Enrico Berti пре 9 година
родитељ
комит
0463fc6754
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      desktop/core/src/desktop/templates/home_embeddable.mako

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

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