mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01: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
@ -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…
Reference in New Issue
Block a user