Skip to content

Commit

Permalink
Help/About: Allow "See everything new" button to wrap
Browse files Browse the repository at this point in the history
On some screen sizes and languages, the "See everything new" button expands out of the content area. This change allows the button to wrap at all screen sizes, and updates the style of this button for wrapped text.

Props franciscabusas22, sabernhardt, yogeshbhutka, sainathpoojary, im3dabasia1, audrasjb.
Fixes #62380.



git-svn-id: https://develop.svn.wordpress.org/trunk@59580 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
ryelle committed Jan 6, 2025
1 parent 375af8c commit d49258b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/wp-admin/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,12 @@
}

.about__section a.button.button-hero {
padding-top: 1.1875rem;
padding-bottom: 1.1875rem;
font-size: 1.5rem;
line-height: 1.4;
white-space: normal;
text-wrap: pretty;
}

.about__container ul {
Expand Down

0 comments on commit d49258b

Please sign in to comment.