Use the word "Count" instead of the post type label in taxonomy list tables to prevent layout issues. It is also more accurate, as it represents a count of all post types, not just one.
props philipjohn, GaVrA, seanchayes. fixes #17209. Built from https://develop.svn.wordpress.org/trunk@29343 git-svn-id: http://core.svn.wordpress.org/trunk@29121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -263,6 +263,10 @@ table.fixed {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.fixed .column-posts {
|
||||
width: 74px;
|
||||
}
|
||||
|
||||
.fixed .column-comment .comment-author {
|
||||
display: none;
|
||||
}
|
||||
@@ -1557,7 +1561,7 @@ div.action-links,
|
||||
|
||||
/* Taxonomies */
|
||||
.tags .column-posts {
|
||||
width: 50px;
|
||||
width: 74px;
|
||||
}
|
||||
|
||||
.tags .column-slug {
|
||||
|
||||
@@ -263,6 +263,10 @@ table.fixed {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.fixed .column-posts {
|
||||
width: 74px;
|
||||
}
|
||||
|
||||
.fixed .column-comment .comment-author {
|
||||
display: none;
|
||||
}
|
||||
@@ -1557,7 +1561,7 @@ div.action-links,
|
||||
|
||||
/* Taxonomies */
|
||||
.tags .column-posts {
|
||||
width: 50px;
|
||||
width: 74px;
|
||||
}
|
||||
|
||||
.tags .column-slug {
|
||||
|
||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user