Merge pull request #3172 from marc1006/margin_fix

Remove top and bottom margin for hidden checklist items
This commit is contained in:
Lauri Ojansivu 2020-06-16 18:11:16 +03:00 committed by GitHub
commit 82b0bd9ddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%)