From 1442f33d5a9106abbf096f04bae1f498853123df Mon Sep 17 00:00:00 2001 From: fernandomg Date: Mon, 1 Jun 2020 23:35:35 -0300 Subject: [PATCH] fix error message format, prevent text overflow --- .../screens/ContractInteraction/FormErrorMessage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/safe/components/Balances/SendModal/screens/ContractInteraction/FormErrorMessage/index.tsx b/src/routes/safe/components/Balances/SendModal/screens/ContractInteraction/FormErrorMessage/index.tsx index 9f259c69..6231efa9 100644 --- a/src/routes/safe/components/Balances/SendModal/screens/ContractInteraction/FormErrorMessage/index.tsx +++ b/src/routes/safe/components/Balances/SendModal/screens/ContractInteraction/FormErrorMessage/index.tsx @@ -17,7 +17,7 @@ const FormErrorMessage = () => { const hasNewSubmitError = !!submitError && !modifiedSinceLastSubmit return hasNewSubmitError ? ( - + {submitError}