mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Prevent cover image <img>
having a max height.
This commit is contained in:
parent
ad91618cb2
commit
4af9c41363
2 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@
|
|||
margin-left: 15px;
|
||||
}
|
||||
|
||||
img {
|
||||
.settings-general img {
|
||||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
}
|
||||
|
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue