Skip to content

Commit

Permalink
update site editor sidebar alignment (#50561)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaxonF authored May 12, 2023
1 parent 71644b7 commit 25dadb0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.edit-site-sidebar-navigation-screen__content {
margin: 0 $grid-unit-20 $grid-unit-20 $button-size;
margin: 0 0 $grid-unit-20 0;
color: $gray-600;
//z-index: z-index(".edit-site-sidebar-navigation-screen__content");
}
Expand Down Expand Up @@ -34,7 +34,6 @@
box-shadow: 0 $grid-unit-10 $grid-unit-20 $gray-900;
margin-bottom: $grid-unit-10;
padding-bottom: $grid-unit-10;
padding-right: $grid-unit-20;
z-index: z-index(".edit-site-sidebar-navigation-screen__title-icon");
}

Expand Down

1 comment on commit 25dadb0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 25dadb0.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4958389986
📝 Reported issues:

Please sign in to comment.