Skip to content
Snippets Groups Projects
Unverified Commit fc6d7359 authored by Jeff Scott Ward's avatar Jeff Scott Ward Committed by GitHub
Browse files

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.
parent b4651aff
No related branches found
No related tags found
No related merge requests found
......@@ -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={{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment