mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 01:48:21 +01:00
Add white-space:nowrap to plugins table action links, props DD32, fixes #8810
git-svn-id: http://svn.automattic.com/wordpress/trunk@10331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bbba5f8e9f
commit
87dc61235c
@ -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