diff --git a/app/soapbox/features/chats/components/chat-list-item.tsx b/app/soapbox/features/chats/components/chat-list-item.tsx index e600f9859..5b9571870 100644 --- a/app/soapbox/features/chats/components/chat-list-item.tsx +++ b/app/soapbox/features/chats/components/chat-list-item.tsx @@ -38,7 +38,7 @@ const ChatListItem: React.FC = ({ chat, chatSilence, onC weight='medium' theme='muted' truncate - className='w-full truncate-child pointer-events-none' + className='w-full h-5 truncate-child pointer-events-none' data-testid='chat-last-message' dangerouslySetInnerHTML={{ __html: chat.last_message?.content }} />