Fix: Remove max-height limit for board preview

This commit is contained in:
winkidney
2019-12-03 11:48:13 +08:00
committed by Isaac Bythewood
parent f09683a82c
commit a8e1a513b1

View File

@@ -188,9 +188,6 @@ $avatar-height: 30px;
@import './utils/loader.scss'; @import './utils/loader.scss';
.board-card{ .board-card{
.preview-image {
max-height: 200px;
}
.card-image > img { .card-image > img {
background-color: white; background-color: white;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;