Skip to content

Commit

Permalink
fix: set full width for continue to basket state
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Jan 9, 2025
1 parent cfdd1a3 commit cacc5a2
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 cacc5a2

Please sign in to comment.