Commit 5ea7590b authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1984 from blockscout/fe-1982

fix padding
parents 5c43ff22 694b7c9b
...@@ -108,6 +108,7 @@ const TxSubHeading = ({ hash, hasTag, txQuery }: Props) => { ...@@ -108,6 +108,7 @@ const TxSubHeading = ({ hash, hasTag, txQuery }: Props) => {
}} }}
isLoading={ txQuery.isPlaceholderData } isLoading={ txQuery.isPlaceholderData }
fontSize="lg" fontSize="lg"
mr={{ base: 0, lg: 6 }}
/> />
); );
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment