fix/ui-glitch-dots-truncated (#5219)
This commit is contained in:
parent
1d69101f97
commit
4a3a0e6496
@ -103,7 +103,6 @@ const SortableItem = memo(({ thread }: { thread: Thread }) => {
|
||||
>
|
||||
<div className="py-1 pr-2 truncate">
|
||||
<span
|
||||
className="text-left-panel-fg/90"
|
||||
dangerouslySetInnerHTML={{ __html: thread.title || 'New Thread' }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user