This website works better with JavaScript.
Home
Esplora
Aiuto
Accedi
npm
/
react-native-zss-rich-text-editor
Segui
10
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
3
Wiki
Activity
Sfoglia il codice sorgente
Fix width style for images in editor
Yevhen Pavliuk
8 anni fa
parent
41410300c0
commit
085fdfa804
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
src/editor.html
+ 1
- 1
src/editor.html
Vedi File
@@ -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
}