Skip to content

Commit

Permalink
updated margin
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-noves committed Mar 11, 2024
1 parent 9aeb7d6 commit 301ff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tx/TxSubHeading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const TxSubHeading = ({ hash, hasTag, txQuery }: Props) => {
<Box display={{ base: 'block', lg: 'flex' }} alignItems="center" w="100%">
{ content }
<Flex alignItems="center" justifyContent={{ base: 'start', lg: 'space-between' }} flexGrow={ 1 }>
{ !hasTag && <AccountActionsMenu m={ 3 } mt={{ base: 3, lg: 0 }}/> }
{ !hasTag && <AccountActionsMenu mx={ 3 } mt={{ base: 3, lg: 0 }}/> }
<NetworkExplorers type="tx" pathParam={ hash } ml={{ base: 0, lg: 'auto' }} mt={{ base: 3, lg: 0 }}/>
</Flex>
</Box>
Expand Down

0 comments on commit 301ff00

Please sign in to comment.