Skip to content

Commit

Permalink
components(FormRow): update gap
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 20, 2023
1 parent 0212e8d commit e075585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FormRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
.vh-form-row {
$self: &;
gap: var(--vh-form-row-gap);
--vh-form-row-gap: .5rem;
--vh-form-row-gap: .375rem;
--vh-form-row-label-col-width: 100%;
--vh-form-row-label-justify-content: flex-start;
&--horizontal {
Expand Down

0 comments on commit e075585

Please sign in to comment.