This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
liushengqiang
/
excalidraw
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
fix: toolIcon height not using rem (
#5092
)
David Luzar
3 anni fa
parent
832b88249c
commit
e6a9ff1b96
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
src/components/ToolIcon.scss
+ 1
- 1
src/components/ToolIcon.scss
Vedi File
@@ -155,7 +155,7 @@
}
width: 2rem;
- height: 2em;
+ height: 2
r
em;
}
}