Skip to content

Commit

Permalink
fix(VCombobox): make input element full width in firefox
Browse files Browse the repository at this point in the history
fixes #15317
  • Loading branch information
KaelWD committed Aug 8, 2022
1 parent a110ae2 commit 127da96
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -63,6 +63,7 @@
position: absolute
left: 0
right: 0
width: 100%
padding-inline-start: inherit
padding-inline-end: inherit

1 change: 1 addition & 0 deletions packages/vuetify/src/components/VCombobox/VCombobox.sass
Original file line number Diff line number Diff line change
@@ -73,6 +73,7 @@
position: absolute
left: 0
right: 0
width: 100%
padding-inline-start: inherit
padding-inline-end: inherit

0 comments on commit 127da96

Please # to comment.