fix(ui): sessions by cards truncate the text
This commit is contained in:
parent
d94e2f0250
commit
ca4abdcadc
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ function CardSessionsByList({ list, selected, onClickHandler = () => null }: Pro
|
|||
title={(
|
||||
<div className="m-0">
|
||||
<div className="flex justify-between m-0 p-0">
|
||||
<Typography.Text>{row.displayName}</Typography.Text>
|
||||
<Typography.Text ellipsis={true}>{row.displayName}</Typography.Text>
|
||||
<Typography.Text type="secondary"> {row.sessionCount}</Typography.Text>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue