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
…67321)


Co-authored-by: afercia <[email protected]>
Co-authored-by: ramonjd <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: jameskoster <[email protected]>
  • Loading branch information
5 people authored Nov 28, 2024
1 parent c9a5cab commit b54d1fe
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 b54d1fe

Please sign in to comment.