Commit 484b8747 by Archer Committed by archer

perf: intro wrap (#4346)

* sync collection

* remove lock

* perf: intro wrap
parent a17623d4
......@@ -212,7 +212,9 @@ const ListItem = () => {
fontSize={'xs'}
color={'myGray.500'}
>
<Box className={'textEllipsis2'}>{app.intro || t('common:common.no_intro')}</Box>
<Box className={'textEllipsis2'} whiteSpace={'pre-wrap'}>
{app.intro || t('common:common.no_intro')}
</Box>
</Box>
<Flex
h={'24px'}
......
......@@ -239,8 +239,8 @@ function List() {
<Box
flex={1}
className={'textEllipsis3'}
whiteSpace={'pre-wrap'}
py={3}
wordBreak={'break-all'}
fontSize={'xs'}
color={'myGray.500'}
>
......
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 sign in to comment