Merge branch 'nztqa-fix-checkitem-css' into devel

Fix Squeezed tickbox in Card. Thanks to nztqa ! Closes #1163
pull/1175/head
Lauri Ojansivu 8 years ago
commit c31f2d6a6c
  1. 4
      CHANGELOG.md
  2. 2
      client/components/cards/checklists.styl

@ -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

@ -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

Loading…
Cancel
Save