Administration: Accommodate long translations for "Posts" in list table headers.
This stems from longer translations on the User table, but this will apply to any posts column in a list table. Hyphenation should typically just apply to the column header, as the cell contents are just a count. This does appear to have some browser inconsistencies, so may need further adjustment in the future. Props audrasjb, justinahinon. Fixes #50838. git-svn-id: https://develop.svn.wordpress.org/trunk@49317 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
db2a1ba75d
commit
9745a84ce8
@ -313,6 +313,9 @@ table.fixed {
|
||||
|
||||
.fixed .column-posts {
|
||||
width: 74px;
|
||||
-webkit-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.fixed .column-comment .comment-author {
|
||||
|
Loading…
Reference in New Issue
Block a user