Skip to content

Commit

Permalink
margin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NahuelNoves committed Mar 20, 2024
1 parent d19d1f3 commit 0c74939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/tx/TxSubHeading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0c74939

Please sign in to comment.