mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix flex property width of first column
This commit is contained in:
parent
4586be46f7
commit
f3467dab4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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