Skip to content

Commit

Permalink
Fix Site editor navigation menu items alignment visual regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Nov 27, 2024
1 parent eadf2dd commit 0b81255
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.edit-site-sidebar-navigation-screen__content {
padding: 0 $grid-unit-20;

.edit-site-sidebar-navigation-screen-details-footer {
.components-item-group {
margin-left: -$grid-unit-20;
margin-right: -$grid-unit-20;
}
Expand Down Expand Up @@ -131,7 +131,7 @@
margin: $grid-unit-20 0 0;
border-top: 1px solid $gray-800;

.components-item-group {
.edit-site-sidebar-navigation-screen-details-footer {
margin-left: -$grid-unit-20;
margin-right: -$grid-unit-20;
}
Expand Down

0 comments on commit 0b81255

Please sign in to comment.