From 20afbfd60189c5faeb8a8158a5f89cef3cae7c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dean=20gl=C3=BCkler?= <32249655+deanglukler@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:29:42 +0000 Subject: [PATCH] fix(UI):Donation Modal "Edit Amount" Overflow (#52407) Co-authored-by: Ahmad Abdolsaheb --- client/src/components/Donation/donate-form.tsx | 10 ++++++---- client/src/components/Donation/donation.css | 16 ++++++++++------ 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/client/src/components/Donation/donate-form.tsx b/client/src/components/Donation/donate-form.tsx index 8ac99336320..232ec025c0f 100644 --- a/client/src/components/Donation/donate-form.tsx +++ b/client/src/components/Donation/donate-form.tsx @@ -217,9 +217,11 @@ class DonateForm extends Component { const confirmationWithEditAmount = ( <> - {t('donate.confirm-multitier', { - usd: formattedAmountLabel(donationAmount) - })} + + {t('donate.confirm-multitier', { + usd: formattedAmountLabel(donationAmount) + })} +