diff --git a/client/src/components/Chat/Input/Mention.tsx b/client/src/components/Chat/Input/Mention.tsx index 2defcc7623..9e56068def 100644 --- a/client/src/components/Chat/Input/Mention.tsx +++ b/client/src/components/Chat/Input/Mention.tsx @@ -12,7 +12,7 @@ import useMentions from '~/hooks/Input/useMentions'; import { removeCharIfLast } from '~/utils'; import MentionItem from './MentionItem'; -const ROW_HEIGHT = 40; +const ROW_HEIGHT = 44; export default function Mention({ conversation, diff --git a/client/src/components/Chat/Input/MentionItem.tsx b/client/src/components/Chat/Input/MentionItem.tsx index fcfb22c312..6c978240ee 100644 --- a/client/src/components/Chat/Input/MentionItem.tsx +++ b/client/src/components/Chat/Input/MentionItem.tsx @@ -25,15 +25,16 @@ export default function MentionItem({ }: MentionItemProps) { return (