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
}