Skip to content

Commit

Permalink
Simplify editor styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill committed Sep 25, 2020
1 parent 93f34aa commit 0935149
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/block-library/src/buttons/editor.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.wp-block-buttons .wp-block.block-editor-block-list__block[data-type="core/button"] {
display: inline-block;
width: auto;

.wp-block-buttons > .wp-block {
// Override editor auto block margins.
margin-left: 0;
}
Expand All @@ -18,6 +15,6 @@
justify-content: flex-end;
}

.wp-block-buttons .block-list-appender {
.wp-block-buttons > .block-list-appender {
display: inline-block;
}

0 comments on commit 0935149

Please sign in to comment.