Skip to content

Commit

Permalink
Merge pull request #503 from kiva/fix-continue-to-basket-width
Browse files Browse the repository at this point in the history
fix: set full width for continue to basket state
  • Loading branch information
christian14b authored Jan 9, 2025
2 parents cfdd1a3 + cacc5a2 commit fdea33c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @kiva/kv-components/vue/KvLendCta.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
v-if="isInBasket"
variant="secondary"
class="tw-inline-flex tw-flex-1"
:class="{ 'tw-w-full': showPresetAmounts }"
data-testid="bp-lend-cta-checkout-button"
:to="!externalLinks ? '/basket' : undefined"
:href="externalLinks ? '/basket' : undefined"
Expand Down

0 comments on commit fdea33c

Please sign in to comment.