Browse Source

Fix width style for images in editor

Yevhen Pavliuk 8 years ago
parent
commit
085fdfa804
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/editor.html

+ 1
- 1
src/editor.html View File

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
 			}