mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 10:08:49 +01:00
Merge branch 'devel'
This commit is contained in:
commit
6fc89a04de
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@
|
|||
display: flex
|
||||
overflow-y: auto
|
||||
padding: 5px 11px
|
||||
max-height: 350px;
|
||||
|
||||
.minicards
|
||||
flex-grow: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue