Skip to content

Commit

Permalink
Addresses not rendered in token actions on Transaction page (Firefox) (
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum authored Apr 17, 2024
1 parent 6bfc495 commit ca10f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/address/AddressFromTo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const AddressFromTo = ({ from, to, current, mode: modeProp, className, isLoading
const iconSize = 20;

return (
<Grid className={ className } alignItems="center" gridTemplateColumns={ `fit-content(100%) ${ iconSize }px fit-content(100%)` }>
<Grid className={ className } alignItems="center" gridTemplateColumns={ `minmax(auto, min-content) ${ iconSize }px minmax(auto, min-content)` }>
<Entity
address={ from }
isLoading={ isLoading }
Expand Down

0 comments on commit ca10f8a

Please sign in to comment.