Skip to content

Commit fbc9e26

Browse files
committed
remove single-line from vuetify config
1 parent 355f479 commit fbc9e26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/vuetify.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default createVuetify({
8383
defaults: {
8484
global: { ripple: true },
8585
VTextField: { variant: 'outlined', density: 'comfortable', color: 'primary' },
86-
VSelect: { variant: 'outlined', density: 'comfortable', singleLine: true },
86+
VSelect: { variant: 'outlined', density: 'comfortable' },
8787
VBtn: { color: 'primary', rounded: 'lg' },
8888
VCard: { rounded: 'lg' },
8989
VDataTable: { density: 'comfortable' },

0 commit comments

Comments
 (0)