This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
liushengqiang
/
excalidraw
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
fix: toolIcon height not using rem (
#5092
)
David Luzar
há 3 anos atrás
pai
832b88249c
commit
e6a9ff1b96
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
src/components/ToolIcon.scss
+ 1
- 1
src/components/ToolIcon.scss
Ver Ficheiro
@@ -155,7 +155,7 @@
}
width: 2rem;
- height: 2em;
+ height: 2
r
em;
}
}