From 0c74939c7fc29c77552fa7f3c819021cc833b72f Mon Sep 17 00:00:00 2001 From: NahuelNoves Date: Wed, 20 Mar 2024 19:48:47 -0300 Subject: [PATCH] margin fix --- ui/tx/TxSubHeading.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/tx/TxSubHeading.tsx b/ui/tx/TxSubHeading.tsx index 03d7a26ec8..7ee1336512 100644 --- a/ui/tx/TxSubHeading.tsx +++ b/ui/tx/TxSubHeading.tsx @@ -60,6 +60,7 @@ const TxSubHeading = ({ hash, hasTag, txQuery }: Props) => { summary={ novesSummary } isLoading={ novesInterpretationQuery.isPlaceholderData } fontSize="lg" + mr={{ base: 0, lg: 6 }} /> ); } else if (hasInternalInterpretation) {