diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-03-01 13:01:23 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-03-01 13:01:23 +0200 |
commit | 6fc89a04de3820e5bd356c33389537a148d5ca2a (patch) | |
tree | 6674bbce11f04050e69b53c899b163202a8f1852 | |
parent | 4994f66e9c85dca922211c3adab221bdcfed97a1 (diff) | |
parent | d454fa7dd7164166425c690761fff278abf8c81a (diff) | |
download | wekan-6fc89a04de3820e5bd356c33389537a148d5ca2a.tar.gz wekan-6fc89a04de3820e5bd356c33389537a148d5ca2a.tar.bz2 wekan-6fc89a04de3820e5bd356c33389537a148d5ca2a.zip |
Merge branch 'devel'
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | client/components/lists/list.styl | 1 |
2 files changed, 3 insertions, 3 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 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 |