Avoid wrapping for individual .subsubsub view names, rather than the entire list of views, in case there are many. props deltafactory, fixes #21985.
git-svn-id: https://develop.svn.wordpress.org/trunk@21987 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8d742284b8
commit
5ef3197ae0
@ -434,7 +434,6 @@ code {
|
||||
list-style: none;
|
||||
margin: 8px 0 5px;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
float: left;
|
||||
}
|
||||
@ -460,6 +459,7 @@ code {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.widefat,
|
||||
|
Loading…
Reference in New Issue
Block a user