ChatMessageList: fix regression with links not wrapping
This commit is contained in:
parent
ec0a3d6eea
commit
58cf71ceda
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ const ChatMessageList: React.FC<IChatMessageList> = ({ chat }) => {
|
||||||
{maybeRenderMedia(chatMessage)}
|
{maybeRenderMedia(chatMessage)}
|
||||||
|
|
||||||
{content && (
|
{content && (
|
||||||
<HStack alignItems='bottom'>
|
<HStack alignItems='bottom' className='max-w-full'>
|
||||||
<div
|
<div
|
||||||
title={getFormattedTimestamp(chatMessage)}
|
title={getFormattedTimestamp(chatMessage)}
|
||||||
className={
|
className={
|
||||||
|
|
Loading…
Reference in a new issue