admin: fix padding right of the handle in fields list

This commit is contained in:
Frédéric Péters 2016-06-22 17:57:16 +02:00
parent e613da8b75
commit 2f3e37f9be
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ ul.biglist li p.commands {
}
ul.biglist span.handle + strong {
padding-left: 1ex;
}
ul.biglist strong {
width: 30%;
display: inline;