Skip to content

Commit

Permalink
Adjust widgets header actions right padding and gap.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Nov 6, 2024
1 parent da8681f commit 3a63c35
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/edit-widgets/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,13 @@
.edit-widgets-header__actions {
display: flex;
align-items: center;
padding-right: $grid-unit-20;
gap: $grid-unit-05;
padding-right: $grid-unit-05;

@include break-small() {
gap: $grid-unit-10;
padding-right: $grid-unit-10;
}

gap: $grid-unit-10;
}

.edit-widgets-header-toolbar {
Expand Down

0 comments on commit 3a63c35

Please sign in to comment.