浏览代码

Revert smaller swimlane height.

Thanks to kovacs-andras and xet7 !

Related #4904,
related https://github.com/wekan/wekan/commit/04aaa6f30cfe59769c9b1c75cf8921fcc99b1977
Lauri Ojansivu 2 年之前
父节点
当前提交
95efcbe717
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      client/components/swimlanes/swimlanes.css

+ 1 - 2
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);