Administration: Accommodate long translations of user roles in the "Role" list table column.
Follow-up to [49317]. Props Chaton666, audrasjb, kebbet. Fixes #52184. Built from https://develop.svn.wordpress.org/trunk@50111 git-svn-id: http://core.svn.wordpress.org/trunk@49790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a7a31219e
commit
fc1677b504
|
@ -314,6 +314,10 @@ table.fixed {
|
|||
|
||||
.fixed .column-posts {
|
||||
width: 74px;
|
||||
}
|
||||
|
||||
.fixed .column-role,
|
||||
.fixed .column-posts {
|
||||
-webkit-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
hyphens: auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -313,6 +313,10 @@ table.fixed {
|
|||
|
||||
.fixed .column-posts {
|
||||
width: 74px;
|
||||
}
|
||||
|
||||
.fixed .column-role,
|
||||
.fixed .column-posts {
|
||||
-webkit-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
hyphens: auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-alpha-50110';
|
||||
$wp_version = '5.7-alpha-50111';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue