mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 17:24:00 +01:00
Show title for when the title is too long (#395)
This commit is contained in:
parent
be3147c6c4
commit
2b0280a479
|
@ -101,7 +101,7 @@ const ChatHistory = React.memo(
|
|||
onDragStart={handleDragStart}
|
||||
>
|
||||
<ChatIcon />
|
||||
<div className='flex-1 text-ellipsis max-h-5 overflow-hidden break-all relative'>
|
||||
<div className='flex-1 text-ellipsis max-h-5 overflow-hidden break-all relative' title={title}>
|
||||
{isEdit ? (
|
||||
<input
|
||||
type='text'
|
||||
|
|
Loading…
Reference in a new issue