Skip to content

Commit

Permalink
chore: block children margin tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Feb 24, 2021
1 parent 84190df commit 3edc9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/block.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@
(block-content-or-editor config block edit-input-id block-id slide?)]

(when (seq children)
[:div.block-children {:style {:margin-left (if doc-mode? 12 22)
[:div.block-children {:style {:margin-left (if doc-mode? 12 21)
:display (if collapsed? "none" "")}}
(for [child children]
(when (map? child)
Expand Down

0 comments on commit 3edc9d9

Please sign in to comment.