From 505ce7b770f4775626a6a890a3aaa1cba23a0d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Mon, 22 Mar 2021 08:06:02 +0100 Subject: [PATCH] =?UTF-8?q?re=20meta#300=20full=20bredde=20p=C3=A5=20s?= =?UTF-8?q?=C3=B8kefeltet,=20l=C3=B8ste=20problem=20med=20overflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Autocomplete.vue | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/components/Autocomplete.vue b/src/components/Autocomplete.vue index 9dec73d2..9626d060 100644 --- a/src/components/Autocomplete.vue +++ b/src/components/Autocomplete.vue @@ -8,7 +8,7 @@ item-text="label" :menu-props="{maxHeight: $vuetify.breakpoint.name === 'xs' ? 190 : 500, transition: 'fade-transition'}" prepend-inner-icon="search" - append-icon="undefined" + :append-icon="null" return-object rounded hide-no-data @@ -16,6 +16,7 @@ hide-details label="Søk..." solo + full-width flat outlined auto-select-first @@ -109,15 +110,7 @@ } .autocomplete-container { - max-width: 520px; padding-left: 15px; - } - - .autocomplete-container.sm { - max-width: 320px; - } - - .autocomplete-container.xs { - max-width: 220px; + padding-right: 15px; } </style> -- GitLab