Skip to content

Commit

Permalink
pay pre wrap (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu authored Sep 10, 2024
1 parent de59b3d commit 7473be5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const QRCodePayModal = ({

return (
<MyModal isOpen title={t('common:user.Pay')} iconSrc="/imgs/modal/pay.svg">
<ModalBody textAlign={'center'} py={6} whiteSpace={'pre'}>
<ModalBody textAlign={'center'} py={6} whiteSpace={'pre-wrap'}>
{tip && (
<Box fontSize={'sm'} whiteSpace={'pre'} mb={3}>
{tip}
Expand Down

0 comments on commit 7473be5

Please sign in to comment.