admin: reduce size of variable names in workflow view (#15779)

This commit is contained in:
Frédéric Péters 2017-04-06 10:53:30 +02:00
parent dcc70e38f2
commit d13dfc8ce9
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,10 @@ li.biglistitem p.commands img {
padding-right: 5px;
}
ul.biglist code {
font-size: 80%;
}
div#main-content ul.biglist + h2 {
margin-top: 0.5em;
}
@ -1502,6 +1506,7 @@ ul.form-inspector li code {
width: 25%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 100%;
}
ul.form-inspector li div.value {