Skip to content

Commit

Permalink
fix(VSelect): specify min-height 10px (#13101)
Browse files Browse the repository at this point in the history
Co-authored-by: John Leider <john.j.leider@gmail.com>
  • Loading branch information
kenji7157 and johnleider authored Mar 31, 2021
1 parent 3024044 commit 846a96d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VSelect/VSelect.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
+theme(v-select) using ($material)
.v-select__selections
color: map-deep-get($material, 'text', 'primary')
min-height: $select-selections-min-height

&.v-input--is-disabled
.v-select__selections
Expand Down
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VSelect/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ $select-chips-dense-selections-min-height: 40px !default;
$select-small-chips-dense-selections-min-height: 38px !default;
$select-selections-line-height: 18px !default;
$select-selections-margin: 7px 4px 7px 0 !default;
$select-selections-min-height: 10px !default;
$select-dense-selections-margin: 5px 4px 3px 0 !default;

0 comments on commit 846a96d

Please sign in to comment.