Sfoglia il codice sorgente

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

Enrico Berti 9 anni fa
parent
commit
0463fc6
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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>