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:
Sergey Biryukov 2021-01-31 16:51:26 +00:00
parent a3503bdd08
commit e60bf778f1

View File

@ -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;