This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
liushengqiang
/
excalidraw
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix: toolIcon height not using rem (
#5092
)
David Luzar
hace 3 años
padre
832b88249c
commit
e6a9ff1b96
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/components/ToolIcon.scss
+ 1
- 1
src/components/ToolIcon.scss
Ver fichero
@@ -155,7 +155,7 @@
}
width: 2rem;
- height: 2em;
+ height: 2
r
em;
}
}