Skip to content

Commit

Permalink
Site Editor: Break long URLs in page sidebar (WordPress#58763)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: annezazu <[email protected]>
  • Loading branch information
5 people authored Feb 7, 2024
1 parent 5b28829 commit 5b4286a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@

.edit-site-sidebar-navigation-screen__page-link {
color: $gray-600;
display: inline-block;
word-break: break-word;

&:hover,
&:focus {
Expand All @@ -52,7 +54,6 @@
.components-external-link__icon {
margin-left: $grid-unit-05;
}
display: inline-block;
}

.edit-site-sidebar-navigation-screen__title-icon {
Expand Down

0 comments on commit 5b4286a

Please sign in to comment.