From 9fb2ddc315ccdca76f3c11836061c0fe98ec7f32 Mon Sep 17 00:00:00 2001 From: Andrew Burnie Date: Wed, 7 Sep 2022 14:54:15 +0100 Subject: [PATCH] fixes text overhang in failure message (#4462) --- .../src/pages/transaction-result/TxResultHeader.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/client/src/pages/transaction-result/TxResultHeader.module.css b/explorer/client/src/pages/transaction-result/TxResultHeader.module.css index 527e3db0db233..c9ef2a9fda51c 100644 --- a/explorer/client/src/pages/transaction-result/TxResultHeader.module.css +++ b/explorer/client/src/pages/transaction-result/TxResultHeader.module.css @@ -23,7 +23,7 @@ } .failed { - @apply bg-[#EB5A291A] capitalize text-sm font-sans text-[#B94118] font-normal p-0.5 pr-3 pl-3 rounded-[10px] inline-block m-0 mt-1; + @apply bg-[#EB5A291A] capitalize text-sm font-sans text-[#B94118] font-normal p-0.5 pr-3 pl-3 rounded-[10px] inline-block m-0 mt-1 break-all; box-sizing: border-box; }