Merge pull request #4883 from mfilser/drag_drop_card_empty_swimlanes

get card drag/drop working for empty swimlanes
This commit is contained in:
Lauri Ojansivu 2023-04-11 11:15:28 +03:00 committed by GitHub
commit ed0fa5df5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;