Commit 7473be59 by Archer Committed by GitHub

pay pre wrap (#2659)

parent de59b3d2
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment