فهرست منبع

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;
     }
   }