Skip to content

Commit

Permalink
fix(VSelect): add selection padding for outlined style
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jul 20, 2019
1 parent 0ee487b commit 9566d4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vuetify/src/components/VSelect/VSelect.sass
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
.v-select__selections
padding-top: 24px

&.v-text-field--outlined:not(.v-text-field--single-line)
.v-select__selections
padding: 8px 0

&.v-text-field
input
flex: 1 1 // Doesn't resize on IE11 with 3rd param
Expand Down

0 comments on commit 9566d4d

Please sign in to comment.