Remove unnecessary nowraps. Props scribu. fixes #15834
git-svn-id: https://develop.svn.wordpress.org/trunk@17116 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fea14d8ba6
commit
bdb91ca790
File diff suppressed because one or more lines are too long
@ -2224,10 +2224,6 @@ td.post-title p, td.plugin-title p {
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
||||
td.plugin-title {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Global classes */
|
||||
|
||||
.wp-hidden-children .wp-hidden-child,
|
||||
@ -3807,10 +3803,6 @@ input.button-highlighted,
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.plugins .action-links {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.plugins .row-actions-visible {
|
||||
padding: 0;
|
||||
}
|
||||
@ -4085,9 +4077,6 @@ td.post-title strong, td.plugin-title strong {
|
||||
td.post-title p, td.plugin-title p {
|
||||
margin: 6px 0;
|
||||
}
|
||||
td.plugin-title {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.wp-hidden-children .wp-hidden-child,
|
||||
|
Loading…
Reference in New Issue
Block a user