Skip to content

Commit

Permalink
Fix inner groups margins
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 23, 2020
1 parent d820b98 commit 3e05b61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/manage/Blocks/Group/editor.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.block-editor-group {
margin: 0 -2rem;
.block-editor-group {
margin: 0 2rem;
}
.block.group.selected::before,
.block.group:hover::before {
border-style: dashed;
Expand Down

0 comments on commit 3e05b61

Please sign in to comment.