mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
working fix for wekan/wekan#476 in lists
working fix for wekan/wekan#476 in lists
This commit is contained in:
parent
428465d361
commit
e5193870fc
1 changed files with 3 additions and 1 deletions
|
|
@ -88,12 +88,14 @@
|
||||||
|
|
||||||
.list-body
|
.list-body
|
||||||
flex: 1
|
flex: 1
|
||||||
|
flex-direction: column
|
||||||
display: flex
|
display: flex
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
padding: 5px 11px
|
padding: 5px 11px
|
||||||
|
|
||||||
.minicards
|
.minicards
|
||||||
flex: 1
|
flex-grow: 1
|
||||||
|
flex-shrink: 0
|
||||||
|
|
||||||
form
|
form
|
||||||
margin-bottom: 9px
|
margin-bottom: 9px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue