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:
Helen Hou-Sandi 2020-10-26 23:14:06 +00:00
parent db2a1ba75d
commit 9745a84ce8
1 changed files with 3 additions and 0 deletions

View File

@ -313,6 +313,9 @@ table.fixed {
.fixed .column-posts {
width: 74px;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.fixed .column-comment .comment-author {