Merge pull request #4883 from mfilser/drag_drop_card_empty_swimlanes

get card drag/drop working for empty swimlanes
pull/4903/head
Lauri Ojansivu 2 years ago committed by GitHub
commit ed0fa5df5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      client/components/lists/list.css

@ -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…
Cancel
Save