This website works better with JavaScript
Home
Explore
Help
Sign In
liushengqiang
/
excalidraw
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: toolIcon height not using rem (
#5092
)
David Luzar
3 years ago
parent
832b88249c
commit
e6a9ff1b96
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/components/ToolIcon.scss
+ 1
- 1
src/components/ToolIcon.scss
View File
@@ -155,7 +155,7 @@
}
width: 2rem;
- height: 2em;
+ height: 2
r
em;
}
}