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 @@ ...@@ -8,7 +8,7 @@
item-text="label" item-text="label"
:menu-props="{maxHeight: $vuetify.breakpoint.name === 'xs' ? 190 : 500, transition: 'fade-transition'}" :menu-props="{maxHeight: $vuetify.breakpoint.name === 'xs' ? 190 : 500, transition: 'fade-transition'}"
prepend-inner-icon="search" prepend-inner-icon="search"
append-icon="undefined" :append-icon="null"
return-object return-object
rounded rounded
hide-no-data hide-no-data
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
hide-details hide-details
label="Søk..." label="Søk..."
solo solo
full-width
flat flat
outlined outlined
auto-select-first auto-select-first
...@@ -109,15 +110,7 @@ ...@@ -109,15 +110,7 @@
} }
.autocomplete-container { .autocomplete-container {
max-width: 520px;
padding-left: 15px; padding-left: 15px;
} padding-right: 15px;
.autocomplete-container.sm {
max-width: 320px;
}
.autocomplete-container.xs {
max-width: 220px;
} }
</style> </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