Skip to content

Commit 5b4cfc9

Browse files
Changing value back to true after testing
1 parent db862a0 commit 5b4cfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/composables/classes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const useDisplayContainerClass: UseDisplayContainerClass = (options) => {
3232
[`${field}`]: true,
3333
'v-input': true,
3434
[`v-input--density-${density}`]: true,
35-
'v-input--horizontal': false,
35+
'v-input--horizontal': true,
3636
};
3737
};
3838

0 commit comments

Comments
 (0)