mirror of
https://github.com/ztjhz/BetterChatGPT.git
synced 2023-07-20 23:11:29 +03:00
Show title for when the title is too long (#395)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user