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 {