This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
liushengqiang
/
excalidraw
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
fix: toolIcon height not using rem (
#5092
)
David Luzar
%!s(int64=3) %!d(string=hai) anos
pai
832b88249c
achega
e6a9ff1b96
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de 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;
}
}