Skip to content

Commit

Permalink
Fix: icon spacing in EthHashInfo (#4269)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Sep 30, 2024
1 parent ad1a9cd commit b3f8397
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/EthHashInfo/SrcEthHashInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const SrcEthHashInfo = ({
</div>
)}

<Box overflow="hidden" className={onlyName ? css.inline : undefined}>
<Box overflow="hidden" className={onlyName ? css.inline : undefined} gap={0.5}>
{name && (
<Box title={name} display="flex" alignItems="center" gap={0.5}>
<Box overflow="hidden" textOverflow="ellipsis">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
.addressContainer {
display: flex;
align-items: center;
gap: 0.25em;
white-space: nowrap;
}

Expand Down

0 comments on commit b3f8397

Please sign in to comment.