1 parent 355f479 commit fbc9e26Copy full SHA for fbc9e26
1 file changed
frontend/src/vuetify.config.ts
@@ -83,7 +83,7 @@ export default createVuetify({
83
defaults: {
84
global: { ripple: true },
85
VTextField: { variant: 'outlined', density: 'comfortable', color: 'primary' },
86
- VSelect: { variant: 'outlined', density: 'comfortable', singleLine: true },
+ VSelect: { variant: 'outlined', density: 'comfortable' },
87
VBtn: { color: 'primary', rounded: 'lg' },
88
VCard: { rounded: 'lg' },
89
VDataTable: { density: 'comfortable' },
0 commit comments