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:
Andrew Ozz 2009-01-07 08:35:08 +00:00
parent 37e3cfe1cd
commit 93cf95974a

View File

@ -15,8 +15,8 @@ p, ul, ol, blockquote { font-size: 12px; }
padding: 0; padding: 0;
} }
.plugins .togl { .plugins .action-links {
width: 150px; white-space: nowrap;
} }
.import-system { .import-system {