mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
get card drag/drop working for empty swimlanes
fixes this issues: - #4033 - #4032 - #3415 - #1887 related to this discussion: - #4868
This commit is contained in:
parent
c068dfe87b
commit
c0acc336cc
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@
|
|||
.list-body .minicards {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
/** get card drag/drop working for empty swimlanes */
|
||||
min-height: 32px;
|
||||
}
|
||||
.list-body .minicards form {
|
||||
margin-bottom: 9px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue