Skip to content

Commit 0e8835b

Browse files
authored
Merge pull request #805 from bcgov/DDS-1278-Add-Padding-to-ISO-Topic-Category
Updated autocomplete template to remove dense setting so it looks lik…
2 parents d4ad450 + 3213e7e commit 0e8835b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/form/components/Autocomplete.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
deletable-chips
2323
:multiple="multi"
2424
:disabled="disabled"
25-
outlined dense
25+
outlined
2626
:error-messages="errors.length > 0 ? [errors[0]] : []"
2727
background-color="text"
2828
></v-autocomplete>

0 commit comments

Comments
 (0)