Skip to content

Commit

Permalink
Fix: Missing margin in blocks with child blocks (#13227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored and youknowriad committed Jan 9, 2019
1 parent f911685 commit 6ad03d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,8 @@ $block-inserter-search-height: 38px;
h2 {
font-size: 13px;
}

.editor-block-icon {
margin-right: $grid-size;
}
}

0 comments on commit 6ad03d5

Please sign in to comment.