Skip to content
Snippets Groups Projects
Commit 505ce7b7 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#300 full bredde på søkefeltet, løste problem med overflow

parent 2357a9a7
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment