Skip to content

Commit

Permalink
Widget Editor: Fix button spacing in header (#32585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored and youknowriad committed Jun 14, 2021
1 parent ab5043f commit d26692b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/edit-widgets/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@

.edit-widgets-header__actions {
display: flex;

.components-button {
margin-right: $grid-unit-05;

@include break-small() {
margin-right: $grid-unit-15;
}
}

.edit-widgets-more-menu .components-button,
.interface-pinned-items .components-button {
margin-right: 0;
}
}

.edit-widgets-header-toolbar {
Expand Down

0 comments on commit d26692b

Please sign in to comment.