Procházet zdrojové kódy

fix: toolIcon height not using rem (#5092)

David Luzar před 3 roky
rodič
revize
e6a9ff1b96
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/ToolIcon.scss

+ 1 - 1
src/components/ToolIcon.scss

@@ -155,7 +155,7 @@
       }
 
       width: 2rem;
-      height: 2em;
+      height: 2rem;
     }
   }