Browse Source

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

Fix Squeezed tickbox in Card. Thanks to nztqa ! Closes #1163
Lauri Ojansivu 8 years ago
parent
commit
c31f2d6a6c
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      client/components/cards/checklists.styl

+ 4 - 0
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

+ 1 - 1
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