From 9b6640e4fed7edc4a198d525e7a1929e211eebd6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 5 Sep 2024 18:19:19 +0200 Subject: 🩹 small CSS fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index a2c9f1000..6e27c8ddf 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -68,7 +68,11 @@ input[type="radio"].form-control, input[type="checkbox"].form-control { } .form-group.full-width input{ - width: calc(100% - 3em); + width: calc(100% - 1em); +} + +.form-group.full-width .input-group input { + width: auto; } .form-group.full-width input.no-append{ -- cgit v1.2.3