From 95efcbe71727ea2be5d2c9a1fa7fd2de76f71ef2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Jun 2023 12:46:40 -0400 Subject: [PATCH] Revert smaller swimlane height. Thanks to kovacs-andras and xet7 ! Related #4904, related https://github.com/wekan/wekan/commit/04aaa6f30cfe59769c9b1c75cf8921fcc99b1977 --- client/components/swimlanes/swimlanes.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/components/swimlanes/swimlanes.css b/client/components/swimlanes/swimlanes.css index 3bf36b2b8..39aa42031 100644 --- a/client/components/swimlanes/swimlanes.css +++ b/client/components/swimlanes/swimlanes.css @@ -47,8 +47,7 @@ display: flex; flex-direction: row; overflow: 0; - /* max-height: calc(100% - 26px); */ - max-height: calc(400px); + max-height: calc(100% - 26px); } .swimlane.placeholder { background-color: rgba(0,0,0,0.2);