This website works better with JavaScript.
Accueil
Explorateur
Aide
Connexion
npm
/
react-native-zss-rich-text-editor
Suivre
10
Favoriser
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
3
Wiki
Activité
Parcourir la source
Fix width style for images in editor
Yevhen Pavliuk
il y a 8 ans
Parent
41410300c0
révision
085fdfa804
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
src/editor.html
+ 1
- 1
src/editor.html
Voir le fichier
@@ -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
}