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: http://core.svn.wordpress.org/trunk@21987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d9105470c3
commit
a0b9992a84
|
@ -434,7 +434,6 @@ code {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 8px 0 5px;
|
margin: 8px 0 5px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
white-space: nowrap;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -460,6 +459,7 @@ code {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat,
|
.widefat,
|
||||||
|
|
Loading…
Reference in New Issue