mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fixed Card image cover should be margin-top:6px since hamburger menu and due date at the top.
Thanks to e-gaulue and xet7 ! Fixes #5331
This commit is contained in:
parent
7c156927e4
commit
747bc4c088
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
height: 145px;
|
height: 145px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
margin: -6px -8px 6px -8px;
|
margin: 6px -8px 6px -8px;
|
||||||
border-radius: top 2px;
|
border-radius: top 2px;
|
||||||
}
|
}
|
||||||
.minicard .minicard-labels {
|
.minicard .minicard-labels {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue