pl-fe: show ellipsis for account bios in profile directory
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
3bffadad36
commit
93be391e23
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const AccountCard: React.FC<IAccountCard> = ({ id }) => {
|
|||
<Text
|
||||
truncate
|
||||
align='left'
|
||||
className='line-clamp-2 [&_br]:hidden [&_p:first-child]:inline [&_p:first-child]:truncate [&_p]:hidden'
|
||||
className='line-clamp-2 inline text-ellipsis [&_br]:hidden [&_p:first-child]:inline [&_p:first-child]:truncate [&_p]:hidden'
|
||||
dangerouslySetInnerHTML={{ __html: account.note_emojified || ' ' }}
|
||||
/>
|
||||
</Stack>
|
||||
|
|
Loading…
Reference in a new issue