This website works better with JavaScript.
ホーム
エクスプローラ
ヘルプ
サインイン
npm
/
react-native-zss-rich-text-editor
ウォッチ
10
お気に入りに登録
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
3
Wiki
アクティビティ
ソースを参照
Fix width style for images in editor
Yevhen Pavliuk
8 年 前
親
41410300c0
コミット
085fdfa804
共有
1 個のファイルを変更した
、
1 個の追加
と
1 個の削除
を含む
分割表示
差分情報を表示
1
1
src/editor.html
+ 1
- 1
src/editor.html
ファイルの表示
@@ -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
}