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.


Built from https://develop.svn.wordpress.org/trunk@59580


git-svn-id: http://core.svn.wordpress.org/trunk@58966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryelle 2025-01-06 16:20:23 +00:00
parent fe90ec9f08
commit 24fcd34673
5 changed files with 13 additions and 3 deletions

View File

@ -455,7 +455,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 {

File diff suppressed because one or more lines are too long

View File

@ -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 {

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59579';
$wp_version = '6.8-alpha-59580';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.