Skip to content

Commit

Permalink
Token name is shortened incorrectly on CSV export page (#2079)
Browse files Browse the repository at this point in the history
Fixes #2043
  • Loading branch information
tom2drum authored Jul 18, 2024
1 parent bfb0855 commit 0653e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/pages/CsvExport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ const CsvExport = () => {
<TokenEntity
token={ tokenQuery.data }
truncation={ isMobile ? 'constant' : 'dynamic' }
w="min-content"
w="fit-content"
maxW={{ base: '100%', lg: '400px' }}
noCopy
noSymbol
/>
Expand Down

0 comments on commit 0653e13

Please sign in to comment.