Commit 0653e131 authored by tom goriunov's avatar tom goriunov Committed by GitHub

Token name is shortened incorrectly on CSV export page (#2079)

Fixes #2043
parent bfb08554
...@@ -154,7 +154,8 @@ const CsvExport = () => { ...@@ -154,7 +154,8 @@ const CsvExport = () => {
<TokenEntity <TokenEntity
token={ tokenQuery.data } token={ tokenQuery.data }
truncation={ isMobile ? 'constant' : 'dynamic' } truncation={ isMobile ? 'constant' : 'dynamic' }
w="min-content" w="fit-content"
maxW={{ base: '100%', lg: '400px' }}
noCopy noCopy
noSymbol noSymbol
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment