Use inline-block for wrapping filter links. props ocean90, SergeyBiryukov. fixes #21985.
git-svn-id: http://core.svn.wordpress.org/trunk@22404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8bb0fc5079
commit
cd47e0519e
|
@ -379,6 +379,10 @@ div#dashboard-widgets {
|
|||
width: 155px;
|
||||
}
|
||||
|
||||
.subsubsub li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
table.ie-fixed {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
|
|
@ -486,7 +486,7 @@ code {
|
|||
}
|
||||
|
||||
.subsubsub li {
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Reference in New Issue