Add nowrap for a.button, fixes #9884
git-svn-id: http://svn.automattic.com/wordpress/trunk@11405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
db1d0c4ed5
commit
e5f7b9d7fc
|
@ -383,6 +383,7 @@ a.button-secondary {
|
|||
line-height: 1.2em;
|
||||
-webkit-border-radius: 10px;
|
||||
padding: 4px 10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#doaction,
|
||||
|
|
Loading…
Reference in New Issue