From 8890a9c579675756014df52469df72304ff5d372 Mon Sep 17 00:00:00 2001 From: Aspectis <tobias@aspectis.net> Date: Tue, 23 Feb 2021 19:51:11 +0100 Subject: [PATCH] refs #18779 [fid_bbi] fix indention of checkbox/radio label --- themes/fid_bbi/scss/base/form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fid_bbi/scss/base/form.scss b/themes/fid_bbi/scss/base/form.scss index df285a5062b..22daa336712 100644 --- a/themes/fid_bbi/scss/base/form.scss +++ b/themes/fid_bbi/scss/base/form.scss @@ -129,7 +129,7 @@ textarea { content: ''; display: inline-block; height: g(); - margin: 0 (g(.5) - 2px * 2) 0 g(-1.5); + margin: 0 g(.5) 0 g(-1.5); vertical-align: top; width: g(); } -- GitLab