admin: fix sizing of handle in status list

This commit is contained in:
Frédéric Péters 2016-06-22 17:48:51 +02:00
parent 2169022df7
commit e613da8b75
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ ul.biglist span.handle {
padding: 0.5ex;
text-align: center;
width: 1em;
box-sizing: border-box;
}
ul.biglist li,
@ -662,7 +663,7 @@ div.bo-block ul.biglist.sortable li strong a,
div.bo-block ul.biglist.sortable li > a,
ul.biglist.sortable a {
display: inline-block;
width: calc(100% - 1em - 1ex);
width: calc(100% - 1em);
box-sizing: border-box;
}