This website works better with JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
npm
/
react-native-zss-rich-text-editor
Obserwuj
10
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
3
Wiki
Aktywność
Przeglądaj źródła
Fix width style for images in editor
Yevhen Pavliuk
8 lat temu
rodzic
41410300c0
commit
085fdfa804
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
src/editor.html
+ 1
- 1
src/editor.html
Wyświetl plik
@@ -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
}