pl-fe: Truncate account note on suggestions page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
f7414a2470
commit
592011a023
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ const Account = ({
|
|||
<Text
|
||||
truncate
|
||||
size='sm'
|
||||
className='line-clamp-2 inline text-ellipsis [&_br]:hidden [&_p:first-child]:inline [&_p:first-child]:truncate [&_p]:hidden'
|
||||
>
|
||||
<ParsedContent html={account.note} emojis={account.emojis} />
|
||||
</Text>
|
||||
|
|
Loading…
Reference in a new issue