From 0ba7db91af0b68f58b057c6f3c7ce06d421e06e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 27 Dec 2018 17:55:44 +0100 Subject: [PATCH] style: fix position of "clear file" label (#29364) --- gadjo/static/css/_forms.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gadjo/static/css/_forms.scss b/gadjo/static/css/_forms.scss index 0047c48..08f1f37 100644 --- a/gadjo/static/css/_forms.scss +++ b/gadjo/static/css/_forms.scss @@ -341,3 +341,7 @@ form.small button + button, form.small button + a.button { margin-left: 1em; } + +[name$="-clear"] + label { + display: inline; +}