This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
liushengqiang
/
excalidraw
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
fix: toolIcon height not using rem (
#5092
)
David Luzar
3 lat temu
rodzic
832b88249c
commit
e6a9ff1b96
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
src/components/ToolIcon.scss
+ 1
- 1
src/components/ToolIcon.scss
Wyświetl plik
@@ -155,7 +155,7 @@
}
width: 2rem;
- height: 2em;
+ height: 2
r
em;
}
}