This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
liushengqiang
/
excalidraw
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
fix: toolIcon height not using rem (
#5092
)
David Luzar
il y a 3 ans
Parent
832b88249c
commit
e6a9ff1b96
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
src/components/ToolIcon.scss
+ 1
- 1
src/components/ToolIcon.scss
Voir le fichier
@@ -155,7 +155,7 @@
}
width: 2rem;
- height: 2em;
+ height: 2
r
em;
}
}