mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-24 09:11:24 +01:00
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:
parent
fe90ec9f08
commit
24fcd34673
@ -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 {
|
||||
|
2
wp-admin/css/about-rtl.min.css
vendored
2
wp-admin/css/about-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
2
wp-admin/css/about.min.css
vendored
2
wp-admin/css/about.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user