ChatMessageList: fix regression with links not wrapping

environments/review-improve-ch-wqvxuz/deployments/2393
Alex Gleason 2023-01-20 11:56:50 -06:00
rodzic ec0a3d6eea
commit 58cf71ceda
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -325,7 +325,7 @@ const ChatMessageList: React.FC<IChatMessageList> = ({ chat }) => {
{maybeRenderMedia(chatMessage)}
{content && (
<HStack alignItems='bottom'>
<HStack alignItems='bottom' className='max-w-full'>
<div
title={getFormattedTimestamp(chatMessage)}
className={