From c0acc336cc150e14601defc8af866b100916cb9e Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sun, 26 Mar 2023 12:05:21 +0200 Subject: [PATCH] get card drag/drop working for empty swimlanes fixes this issues: - #4033 - #4032 - #3415 - #1887 related to this discussion: - #4868 --- client/components/lists/list.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/lists/list.css b/client/components/lists/list.css index 3dcfe7679..c328577be 100644 --- a/client/components/lists/list.css +++ b/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;