style: don't let "limit to only page" use two lines (#11369)

This commit is contained in:
Frédéric Péters 2016-06-15 15:35:11 +02:00
parent 5c100ef60f
commit c43976033e
1 changed files with 4 additions and 0 deletions

View File

@ -670,6 +670,10 @@ ul.biglist.sortable a {
box-sizing: border-box;
}
ul.biglist.sortable p.commands a {
width: auto;
}
div.bo-block ul.biglist li > a,
div.bo-block ul.biglist strong a {
display: block;