Skip to content

Commit

Permalink
Mobile render fix (#2176)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jeffscottward authored Aug 26, 2024
1 parent b4651af commit fc6d735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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={{
Expand Down

0 comments on commit fc6d735

Please sign in to comment.