style: fix position of "clear file" label (#29364)

This commit is contained in:
Frédéric Péters 2018-12-27 17:55:44 +01:00
parent f4952b6b90
commit 0ba7db91af
1 changed files with 4 additions and 0 deletions

View File

@ -341,3 +341,7 @@ form.small button + button,
form.small button + a.button {
margin-left: 1em;
}
[name$="-clear"] + label {
display: inline;
}