소스 검색

Fix width style for images in editor

Yevhen Pavliuk 9 년 전
부모
커밋
085fdfa804
1개의 변경된 파일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
 			}