mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Remove top and bottom margin for hidden checklist items
Remove top and bottom margin for hidden checklist items, otherwise there could be a gap between unchecked items if multiple hidden/checked items were between them.
This commit is contained in:
parent
1617577378
commit
6e0ae161ad
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|||
opacity: 0
|
||||
height: 0
|
||||
transition: height 0ms 0ms, opacity 600ms 0ms
|
||||
margin-top: 0
|
||||
margin-bottom: 0
|
||||
|
||||
&.placeholder
|
||||
background: darken(white, 20%)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue