mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Adjusted responsive image styles within Ghost editor to correctly size images within the preview pane.
Closed #442
This commit is contained in:
parent
abd6c0f6cd
commit
06aed8786a
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user