mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 09:04:24 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user