summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-06-16 18:11:16 +0300
committerGitHub <noreply@github.com>2020-06-16 18:11:16 +0300
commit82b0bd9ddbb2a3c308cd5226fa8b56378ad2b271 (patch)
tree49d451537446984a4efbdc0dee11099cd26fedd8 /client
parentb144fab042fd486d2ec3731b6cc286059002af7a (diff)
parent6e0ae161adda76b12370fd0b9b6049f0d222e612 (diff)
downloadwekan-82b0bd9ddbb2a3c308cd5226fa8b56378ad2b271.tar.gz
wekan-82b0bd9ddbb2a3c308cd5226fa8b56378ad2b271.tar.bz2
wekan-82b0bd9ddbb2a3c308cd5226fa8b56378ad2b271.zip
Merge pull request #3172 from marc1006/margin_fix
Remove top and bottom margin for hidden checklist items
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%)