Adjusted responsive image styles within Ghost editor to correctly size images within the preview pane.

Closed #442
This commit is contained in:
John O'Nolan 2013-08-19 10:29:09 +02:00
parent abd6c0f6cd
commit 06aed8786a

View File

@ -336,13 +336,10 @@
} }
} }
img { img {
width: 100%; max-width: 100%;
height: auto; height: auto;
margin: 0 auto;
} }
// prevent uploaded image from being streched in editor
.pre-image-uploader img {
width: auto;
}
} }