From 822914d521dd3b3e09105bfd08d4a99b778e0303 Mon Sep 17 00:00:00 2001 From: Jonas Wunderlich <32615971+jonas-w@users.noreply.github.com> Date: Tue, 28 Nov 2023 02:07:32 +0000 Subject: [PATCH] fix: conversation title truncation (#1237) --- client/src/components/Conversations/Convo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Conversations/Convo.tsx b/client/src/components/Conversations/Convo.tsx index d31c8ee665..899282c470 100644 --- a/client/src/components/Conversations/Convo.tsx +++ b/client/src/components/Conversations/Convo.tsx @@ -114,9 +114,9 @@ export default function Conversation({ conversation, retainView, toggleNav, i }) } return ( - clickHandler()} {...aProps}> + clickHandler()} {...aProps} title={title}> {icon} -
+
{renaming === true ? (