Mobile render fix (#2176)

Allows for the reflowing of text and not breaking the parent box due of display flex container. Does not change any pre-existing classes only specifies further that it should stay inside.
This commit is contained in:
Jeff Scott Ward 2024-08-26 17:35:53 -04:00 committed by GitHub
parent b4651aff35
commit fc6d7359b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ const HistoricalMessage = ({
saveChanges={saveEditedMessage}
/>
) : (
<div>
<div className={'overflow-x-scroll break-words'}>
<span
className={`flex flex-col gap-y-1`}
dangerouslySetInnerHTML={{