mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Limit card width to fixed size.
Thanks to xet7 !
This commit is contained in:
parent
576523021e
commit
0dd3ff29f2
6 changed files with 19 additions and 5 deletions
|
|
@ -128,6 +128,9 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|||
& .viewer
|
||||
p
|
||||
margin-bottom: 2px
|
||||
display: block
|
||||
word-wrap: break-word
|
||||
max-width: 420px
|
||||
|
||||
.js-delete-checklist-item
|
||||
margin: 0 0 0.5em 1.33em
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue