Browse Source

Revert smaller swimlane height.

Thanks to kovacs-andras and xet7 !

Related #4904,
related https://github.com/wekan/wekan/commit/04aaa6f30cfe59769c9b1c75cf8921fcc99b1977
Lauri Ojansivu 2 years ago
parent
commit
95efcbe717
1 changed files with 1 additions and 2 deletions
  1. 1 2
      client/components/swimlanes/swimlanes.css

+ 1 - 2
client/components/swimlanes/swimlanes.css

@@ -47,8 +47,7 @@
   display: flex;
   display: flex;
   flex-direction: row;
   flex-direction: row;
   overflow: 0;
   overflow: 0;
-  /* max-height: calc(100% - 26px); */
-  max-height: calc(400px);
+  max-height: calc(100% - 26px);
 }
 }
 .swimlane.placeholder {
 .swimlane.placeholder {
   background-color: rgba(0,0,0,0.2);
   background-color: rgba(0,0,0,0.2);