Skip to content

Commit

Permalink
Fix centering when lonesome.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 3, 2020
1 parent 262f16e commit 6ae9079
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,13 @@
margin-left: 10px;
}

.block-editor-block-switcher:last-child .block-editor-block-icon svg {
margin-left: auto;
}

.components-toolbar,
.components-toolbar-group {
border-right-color: transparent;
border-right: none;
}
}

Expand Down

0 comments on commit 6ae9079

Please sign in to comment.