mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 18:05:51 +01:00
Fix: Remove max-height limit for board preview
This commit is contained in:
committed by
Isaac Bythewood
parent
f09683a82c
commit
a8e1a513b1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user