Browse Source

fix: toolIcon height not using rem (#5092)

David Luzar 3 năm trước cách đây
mục cha
commit
e6a9ff1b96
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/ToolIcon.scss

+ 1 - 1
src/components/ToolIcon.scss

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