Explorar o código

fix: toolIcon height not using rem (#5092)

David Luzar %!s(int64=3) %!d(string=hai) anos
pai
achega
e6a9ff1b96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/ToolIcon.scss

+ 1 - 1
src/components/ToolIcon.scss

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