This website works better with JavaScript.
Etusivu
Tutki
Apua
Kirjaudu sisään
npm
/
react-native-zss-rich-text-editor
Tarkkaile
10
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
3
Wiki
Activity
Selaa lähdekoodia
Fix width style for images in editor
Yevhen Pavliuk
8 vuotta sitten
vanhempi
41410300c0
commit
085fdfa804
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
src/editor.html
+ 1
- 1
src/editor.html
Näytä tiedosto
@@ -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
}