mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-05 18:32:27 +00:00
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:
parent
b4651aff35
commit
fc6d7359b6
1 changed files with 1 additions and 1 deletions
|
@ -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={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue