mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 2 additions and 5 deletions
|
@ -336,13 +336,10 @@
|
|||
}
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
}
|
||||
// prevent uploaded image from being streched in editor
|
||||
.pre-image-uploader img {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue