From db88ec5f327837d25aa142da13faa5e3c9b212da Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 Mar 2021 11:48:26 +0100 Subject: UI: fix display of help button --- scss/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index fb9052983..079f0b0b7 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -112,6 +112,14 @@ input[type="file"].form-control{ line-height: 1; } +.input-group .input-group.has-previous-value { + width: 100%; +} + +.input-group .input-group { + width: calc(100% - 32px); +} + .previous-value .form-control, .previous-value .input-group-text{ border-top: 0; -- cgit v1.2.3