summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMarc Hartmayer <hello@hartmayer.com>2020-06-14 21:28:28 +0200
committerMarc Hartmayer <hello@hartmayer.com>2020-06-14 21:34:19 +0200
commit6e0ae161adda76b12370fd0b9b6049f0d222e612 (patch)
treed63268a97c0bc891c2017997f9d11caf2d4adee1 /client
parent1617577378fc17ca09fd3ef34f24e02c2889aa9f (diff)
downloadwekan-6e0ae161adda76b12370fd0b9b6049f0d222e612.tar.gz
wekan-6e0ae161adda76b12370fd0b9b6049f0d222e612.tar.bz2
wekan-6e0ae161adda76b12370fd0b9b6049f0d222e612.zip
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.
Diffstat (limited to 'client')
-rw-r--r--client/components/cards/checklists.styl2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index 0f4e7d33..e9b0fcd8 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -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%)