patch scrollbars - with regress #2943
This commit is contained in:
parent
be886f7d61
commit
865f7eea29
@ -96,7 +96,7 @@ const HistoricalMessage = ({
|
|||||||
saveChanges={saveEditedMessage}
|
saveChanges={saveEditedMessage}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<div className="overflow-x-scroll break-words">
|
<div className="break-words">
|
||||||
<span
|
<span
|
||||||
className="flex flex-col gap-y-1"
|
className="flex flex-col gap-y-1"
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@ -62,7 +62,7 @@ const PromptReply = ({
|
|||||||
<div className="flex gap-x-5">
|
<div className="flex gap-x-5">
|
||||||
<WorkspaceProfileImage workspace={workspace} />
|
<WorkspaceProfileImage workspace={workspace} />
|
||||||
<span
|
<span
|
||||||
className="overflow-x-scroll break-words"
|
className="break-words"
|
||||||
dangerouslySetInnerHTML={{ __html: renderMarkdown(reply) }}
|
dangerouslySetInnerHTML={{ __html: renderMarkdown(reply) }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user