From d177edd4207722726d5e082a193bb139ca500b02 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 17 Feb 2019 11:36:16 +0100 Subject: [PATCH] move formgroup-inputs without formgroup-label to the right --- templates/widgets/form.lucius | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/widgets/form.lucius b/templates/widgets/form.lucius index 9f330f75c..2c2a56aa2 100644 --- a/templates/widgets/form.lucius +++ b/templates/widgets/form.lucius @@ -11,6 +11,12 @@ fieldset { margin-bottom: 0; } +@media (min-width: 769px) { + .form-group__input { + grid-column: 2; + } +} + [data-autosubmit][type="submit"] { animation: fade-in 500ms ease-in-out backwards; animation-delay: 500ms;