mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +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,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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user