Skip to content

Commit

Permalink
fix: limit native token name length
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 19, 2022
1 parent d407f15 commit bdbec6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/tokens/[type].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ const TokenList = () => {
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
overflow: 'hidden',
maxWidth: '16ch',
}}
>
{name || '-'}
Expand Down

0 comments on commit bdbec6f

Please sign in to comment.