mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
Merge branch 'nztqa-fix-checkitem-css' into devel
Fix Squeezed tickbox in Card. Thanks to nztqa ! Closes #1163
This commit is contained in:
commit
c31f2d6a6c
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue