From a8050cf401c2d55fb8586b1e4c45a470b12b72f7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Oct 2025 10:49:21 +0200 Subject: 🐛 fix town autocomplete input 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') diff --git a/scss/custom.scss b/scss/custom.scss index 88cff1548..2d8470890 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -1057,11 +1057,15 @@ ul.compact{ cursor: pointer; } +.input-group > .form-control.ui-autocomplete-input { + min-width: 10%; +} + .ui-autocomplete { font-size: 0.7em; z-index: 10000 !important; width: 350px; - border: 5px solid $border-color; + border: 5px solid $border-color; outline: none; } -- cgit v1.2.3