From f3467dab4ab7d9a37918635202f68b6efbe99490 Mon Sep 17 00:00:00 2001 From: nztqa Date: Thu, 10 Aug 2017 16:19:09 +0900 Subject: [PATCH 1/2] Fix flex property width of first column --- client/components/cards/checklists.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index 1156c5770..776683496 100644 --- a/client/components/cards/checklists.styl +++ b/client/components/cards/checklists.styl @@ -56,7 +56,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item border-right: 2px solid #3cb500 .item-title - flex-grow: 1 + flex: 1 padding-left: 10px; &.is-checked color: #8c8c8c From 41bb5d51abf6eef7b1ada842d07363e85555d03c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 11 Aug 2017 16:58:45 +0300 Subject: [PATCH 2/2] Fix Squeezed tickbox in Card. Thanks to nztqa ! Closes #1163 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1c3ffdf..fc86b997f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This release adds the following new features: * [Change Email address](https://github.com/wekan/wekan/pull/1161); * [Ubuntu snap: Use version scriptlet](https://github.com/wekan/wekan/pull/1164). +and fixes the following bugs: + +* [Fix Squeezed tickbox in Card](https://github.com/wekan/wekan/pull/1171). + Thanks to GitHub users kubiko, nztqa and xet7 for their contributions. # v0.32 2017-07-30 Wekan release