Skip to content

Commit 71830c9

Browse files
committed
Use min-width without px
1 parent e37c508 commit 71830c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PlaceSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:items="items"
1515
label="Ort, Adresse, Flurname,..."
1616
:loading="!!abortController"
17-
min-width="280px"
17+
min-width="280"
1818
:prepend-inner-icon="mdiMagnify"
1919
return-object
2020
single-line

0 commit comments

Comments
 (0)