Sfoglia il codice sorgente

Merge pull request #3172 from marc1006/margin_fix

Remove top and bottom margin for hidden checklist items
Lauri Ojansivu 5 anni fa
parent
commit
82b0bd9ddb
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      client/components/cards/checklists.styl

+ 2 - 0
client/components/cards/checklists.styl

@@ -112,6 +112,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
     opacity: 0
     opacity: 0
     height: 0
     height: 0
     transition: height 0ms 0ms, opacity 600ms 0ms
     transition: height 0ms 0ms, opacity 600ms 0ms
+    margin-top: 0
+    margin-bottom: 0
 
 
   &.placeholder
   &.placeholder
     background: darken(white, 20%)
     background: darken(white, 20%)