diff options
author | nztqa <nztqa@users.noreply.github.com> | 2017-08-10 16:19:09 +0900 |
---|---|---|
committer | nztqa <nztqa@users.noreply.github.com> | 2017-08-10 16:19:09 +0900 |
commit | f3467dab4ab7d9a37918635202f68b6efbe99490 (patch) | |
tree | d4692b088feb1794a4192b0968aaac21177e05dc /client | |
parent | 4586be46f7682fcf6251d17df21d0d05e25d6c71 (diff) | |
download | wekan-f3467dab4ab7d9a37918635202f68b6efbe99490.tar.gz wekan-f3467dab4ab7d9a37918635202f68b6efbe99490.tar.bz2 wekan-f3467dab4ab7d9a37918635202f68b6efbe99490.zip |
Fix flex property width of first column
Diffstat (limited to 'client')
-rw-r--r-- | client/components/cards/checklists.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index 1156c577..77668349 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 |