Skip to content

Commit

Permalink
Merge branch 'feat/update-email' of https://github.com/dzangolab/vue
Browse files Browse the repository at this point in the history
…into feat/account-info
  • Loading branch information
KabinKhandThakuri committed Jan 8, 2025
2 parents df92d77 + 55a6bbd commit 8fad721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue-form/src/components/FormActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const onSubmit = () => emit("submit");
<style lang="css">
.form-actions {
display: flex;
gap: var(--form-field-gap);
margin-bottom: 2rem;
gap: var(--form-field-gap, 0.5em);
margin-bottom: var(--form-margin-bottom, 2rem);
width: 100%;
}
Expand Down

0 comments on commit 8fad721

Please sign in to comment.