Add white-space:nowrap to plugins table action links, props DD32, fixes #8810
git-svn-id: https://develop.svn.wordpress.org/trunk@10331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
37e3cfe1cd
commit
93cf95974a
@ -15,8 +15,8 @@ p, ul, ol, blockquote { font-size: 12px; }
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.plugins .togl {
|
||||
width: 150px;
|
||||
.plugins .action-links {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.import-system {
|
||||
|
Loading…
Reference in New Issue
Block a user