This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
liushengqiang
/
excalidraw
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
fix: toolIcon height not using rem (
#5092
)
David Luzar
3 anos atrás
pai
832b88249c
commit
e6a9ff1b96
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
src/components/ToolIcon.scss
+ 1
- 1
src/components/ToolIcon.scss
Ver arquivo
@@ -155,7 +155,7 @@
}
width: 2rem;
- height: 2em;
+ height: 2
r
em;
}
}