This website works better with JavaScript.
홈
탐색
도움말
로그인
npm
/
react-native-zss-rich-text-editor
보기
10
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
3
위키
Activity
소스 검색
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
}