Skip to content

Commit

Permalink
patch scrollbars - with regress #2943
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Jan 9, 2025
1 parent be886f7 commit 865f7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 865f7ee

Please sign in to comment.