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,12 +336,9 @@
}
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
// prevent uploaded image from being streched in editor
.pre-image-uploader img {
width: auto;
margin: 0 auto;
}
}