Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibautBremand committed Jan 17, 2024
1 parent cf187cc commit c2fc23d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,7 @@ export const PreparePayment: FC<PreparePaymentProps> = ({ onSendPaymentClick })
fontSize: '0.8rem',
overflow: 'hidden',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
display: 'inline-block'
textOverflow: 'ellipsis'
}}
>
- {token.issuerName ?? token.issuer}
Expand Down

0 comments on commit c2fc23d

Please sign in to comment.