mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Allow variable height for board list items
This fixes https://github.com/wekan/wekan/issues/3041.
This commit is contained in:
parent
3f7d9fd42c
commit
e63e7b1131
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ $spaceBetweenTiles = 16px
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #999
|
background-color: #999
|
||||||
color: #f6f6f6
|
color: #f6f6f6
|
||||||
height: 90px
|
height: auto
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
line-height: 22px
|
line-height: 22px
|
||||||
border-radius: 3px
|
border-radius: 3px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue