Pārlūkot izejas kodu

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

Enrico Berti 9 gadi atpakaļ
vecāks
revīzija
0463fc6754

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