Skip to content

Commit

Permalink
fix(ui): fix overflowing image due to border radius (snapshot-labs#4593)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Mar 5, 2024
1 parent 3650edd commit 39b07e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PaymentNetwork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ watch(paymentTx, () => {
:key="planId"
:class="[
{
'bg-[#384aff]/20 rounded-xl px-[1px] pb-[1px] mb-[-1px]':
'bg-[#384aff]/20 rounded-xl px-[1px] pb-[1px] mb-[-1px] overflow-hidden':
plan.discount
}
]"
Expand Down

0 comments on commit 39b07e9

Please sign in to comment.