mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Revert table-cell back to inline-block at my-cards-list-wrapper.
Thanks to jrsupplee and xet7 ! Fixes #1667, related https://github.com/wekan/wekan/pull/3469
This commit is contained in:
parent
124bce8f80
commit
da12c84609
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
border-radius: 5px
|
||||
padding: 1.5rem
|
||||
padding-top: 0.75rem
|
||||
display: table-cell
|
||||
display: inline-block
|
||||
min-width: 250px
|
||||
max-width: 350px
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue