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

fix: toolIcon height not using rem (#5092)

David Luzar пре 3 година
родитељ
комит
e6a9ff1b96
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/ToolIcon.scss

+ 1 - 1
src/components/ToolIcon.scss

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