Skip to content

Commit

Permalink
Widgets Editor: Improve action button spacing (#41915)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Jun 24, 2022
1 parent f3cf24a commit d6efe81
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions packages/edit-widgets/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,12 @@

.edit-widgets-header__actions {
display: flex;
align-items: center;

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

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

.edit-widgets-more-menu .components-button,
.interface-pinned-items .components-button {
margin-right: 0;
@include break-small() {
gap: $grid-unit-10;
}
}

Expand Down

0 comments on commit d6efe81

Please sign in to comment.