浏览代码

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