Merge pull request #1071 from jamesaanderson/master

Correctly resize big images in preview
This commit is contained in:
Sam 2013-06-23 22:31:07 -07:00
commit 4f2e72b6f7

View File

@ -293,8 +293,7 @@
#wmd-input, #wmd-preview {
color: $black;
img {
// Otherwise we get the wrong size in JS
max-width: none;
max-width: 100%;
border-radius: 4px;
moz-border-radius: 4px;
webkit-border-radius: 4px;