Prevent cover image <img> having a max height.

This commit is contained in:
Paul Adam Davis 2014-06-25 12:40:11 +01:00
parent ad91618cb2
commit 4af9c41363
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@
margin-left: 15px;
}
img {
.settings-general img {
max-width: 100%;
max-height: 400px;
}

File diff suppressed because one or more lines are too long