Administration: List Tables: Wrap long search terms onto a new line.
Props sumitsingh, audrasjb, justinahinon, sahilmepani, hareesh-pillai. Fixes #52749. Built from https://develop.svn.wordpress.org/trunk@50942 git-svn-id: http://core.svn.wordpress.org/trunk@50551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c7acbeda19
commit
48660b62b6
|
@ -606,6 +606,10 @@ code {
|
|||
line-height: 1;
|
||||
}
|
||||
|
||||
.subtitle strong {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.wrap .add-new-h2, /* deprecated */
|
||||
.wrap .add-new-h2:active, /* deprecated */
|
||||
.wrap .page-title-action,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -605,6 +605,10 @@ code {
|
|||
line-height: 1;
|
||||
}
|
||||
|
||||
.subtitle strong {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.wrap .add-new-h2, /* deprecated */
|
||||
.wrap .add-new-h2:active, /* deprecated */
|
||||
.wrap .page-title-action,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50941';
|
||||
$wp_version = '5.8-alpha-50942';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue