使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
npm
/
react-native-zss-rich-text-editor
关注
10
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
3
百科
动态
浏览代码
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
}
1584
}
1585
1585
1586
img {
1586
img {
1587
- width: 98%;
1587
+
max-
width: 98%;
1588
margin-left:auto;
1588
margin-left:auto;
1589
margin-right:auto;
1589
margin-right:auto;
1590
}
1590
}