mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Administration: Accommodate long translations of user roles in the "Role" list table column.
Follow-up to [49317]. Props Chaton666, audrasjb, kebbet. Fixes #52184. git-svn-id: https://develop.svn.wordpress.org/trunk@50111 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a3503bdd08
commit
e60bf778f1
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user