Skip to content

Commit

Permalink
move row-gap to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed Sep 9, 2023
1 parent 3f52c5d commit 0021807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VField/VField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
padding-top: var(--v-field-input-padding-top)
padding-bottom: var(--v-field-input-padding-bottom)
position: relative
row-gap: 3px
row-gap: $field-input-row-gap
width: 100%

input
Expand Down
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VField/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ $field-input-min-height: #{max(
)} !default;
$field-input-padding-top: calc(var(--v-field-padding-top, $field-control-padding-top) + var(--v-input-padding-top, 0)) !default;
$field-input-padding-bottom: var(--v-field-padding-bottom, $field-control-padding-bottom) !default;
$field-input-row-gap: 3px !default;

// LABEL
$field-label-floating-scale: .75 !default;
Expand Down

0 comments on commit 0021807

Please sign in to comment.