Skip to content

Commit

Permalink
fix: checkout-defaults button min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenmaya committed Jan 27, 2025
1 parent eea588b commit a55c22a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions client-app/pages/account/checkout-defaults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@
</template>
</VcSelect>

<VcButton
:disabled="!isDirty"
class="mt-8 self-center lg:self-start"
min-width="6.25rem"
@click="saveDefaults()"
>
<VcButton :disabled="!isDirty" class="mt-8 self-center lg:self-start" min-width="12rem" @click="saveDefaults()">
{{ $t("pages.account.checkout_defaults.update_button") }}
</VcButton>
</div>
Expand Down

0 comments on commit a55c22a

Please sign in to comment.