0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Set min-height on user profile cover image

Fixes #1752
This commit is contained in:
John O'Nolan 2013-12-27 13:32:51 +01:00
parent d33effaa88
commit 470483e626

View file

@ -146,6 +146,7 @@
line-height: 0;
width: 100%;
height: auto;
min-height: 180px;
}
.edit-cover-image {