Skip to content

Commit

Permalink
Fix: Missing margin in blocks with child blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jan 8, 2019
1 parent 4fe36cc commit 2fe7878
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 2fe7878

Please sign in to comment.