Skip to content

Commit d49258b

Browse files
committed
Help/About: Allow "See everything new" button to wrap
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
1 parent 375af8c commit d49258b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/wp-admin/css/about.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,12 @@
454454
}
455455

456456
.about__section a.button.button-hero {
457+
padding-top: 1.1875rem;
458+
padding-bottom: 1.1875rem;
457459
font-size: 1.5rem;
460+
line-height: 1.4;
461+
white-space: normal;
462+
text-wrap: pretty;
458463
}
459464

460465
.about__container ul {

0 commit comments

Comments
 (0)