mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
parent
6134c15ca4
commit
487db896c1
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ const HistoricalMessage = ({
|
|||
saveChanges={saveEditedMessage}
|
||||
/>
|
||||
) : (
|
||||
<div className="overflow-x-scroll break-words show-scrollbar">
|
||||
<div className="overflow-x-scroll 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 show-scrollbar"
|
||||
className="overflow-x-scroll break-words"
|
||||
dangerouslySetInnerHTML={{ __html: renderMarkdown(reply) }}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue