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