admin: fix sizing of category list items

This commit is contained in:
Frédéric Péters 2016-06-24 16:25:00 +02:00
parent b2c0150d1c
commit 5cb478f6ad
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@ ul.biglist span.handle + strong {
padding-left: 1ex;
}
div.bo-block ul.biglist.sortable li span.handle + strong a {
width: calc(100% - 1em - 1ex);
}
ul.biglist strong {
width: 30%;
display: inline;