From e6a9ff1b9659dfbf6698a58e68520a3729f0f1b6 Mon Sep 17 00:00:00 2001 From: David Luzar Date: Sun, 24 Apr 2022 19:21:41 +0200 Subject: [PATCH] fix: toolIcon height not using rem (#5092) --- src/components/ToolIcon.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ToolIcon.scss b/src/components/ToolIcon.scss index 172ebc27..7057110c 100644 --- a/src/components/ToolIcon.scss +++ b/src/components/ToolIcon.scss @@ -155,7 +155,7 @@ } width: 2rem; - height: 2em; + height: 2rem; } }