This website works better with JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
npm
/
react-native-zss-rich-text-editor
Seguir
10
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
3
Wiki
Activity
Explorar el Código
Fix width style for images in editor
Yevhen Pavliuk
hace 8 años
padre
41410300c0
commit
085fdfa804
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/editor.html
+ 1
- 1
src/editor.html
Ver fichero
@@ -1584,7 +1584,7 @@
1584
1584
}
1585
1585
1586
1586
img {
1587
- width: 98%;
1587
+
max-
width: 98%;
1588
1588
margin-left:auto;
1589
1589
margin-right:auto;
1590
1590
}