From b6d3e79548d1e88c93fa2965a936595176a95565 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 1 Mar 2018 12:54:28 +0200 Subject: Remove list max-height 350px. Thanks to xet7 ! Closes #1512, closes wekan/wekan-snap#35 --- client/components/lists/list.styl | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 589958f0..c3753360 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -91,7 +91,6 @@ display: flex overflow-y: auto padding: 5px 11px - max-height: 350px; .minicards flex-grow: 1 -- cgit v1.2.3-1-g7c22 From d454fa7dd7164166425c690761fff278abf8c81a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 1 Mar 2018 13:00:48 +0200 Subject: - Remove list max-height 350px. Thanks to xet7 ! Closes #1512, closes wekan/wekan-snap#35 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff473e2..17a3aa9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,10 @@ This release fixes the following bugs: - [Fix lint errors related to language names](https://github.com/wekan/wekan/commit/c0d33d97f2c8d4e9371a03d4ad3022df3ed64d3d); - [Allow swimlanes reordering](https://github.com/wekan/wekan/commit/37c94622e476f50bf2387bc8b140454d66200e78); - [Avoid swimlane title overlap](https://github.com/wekan/wekan/commit/c4fa9010f34966b633c7bf7e46ad49fc101127c9); -- [Fix scrollbar inside list and outer scroll](https://github.com/wekan/wekan/commit/a033c35a3411902b9bf8f62a40cd68f641e573d3). +- [Fix scrollbar inside list and outer scroll](https://github.com/wekan/wekan/commit/a033c35a3411902b9bf8f62a40cd68f641e573d3); +- [Remove list max-height 350px](https://github.com/wekan/wekan/commit/b6d3e79548d1e88c93fa2965a936595176a95565). -Thanks to GitHub users andresmanelli and GhassenRjab for their contributions. +Thanks to GitHub users andresmanelli, GhassenRjab and xet7 for their contributions. # v0.77 2018-02-23 Wekan release -- cgit v1.2.3-1-g7c22