From 045bfe71586c0eeacf8a696d97ed5a136fb2cedf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 3 Dec 2020 16:14:20 +0100 Subject: Container QA form: fix parent add - fix field layout (refs #4996 - refs #4997) --- scss/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index a79458fe3..1a6d520f7 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -46,7 +46,7 @@ dd > pre{ } .form-group.full-width input{ - width: 100%; + width: calc(100% - 3em); } .form-group.no-label{ -- cgit v1.2.3