Skip to content

Commit

Permalink
Fix : Notes Overflowing Out Of Screen Issue. (#10943)
Browse files Browse the repository at this point in the history
Co-authored-by: Amjith Titus <amjithtitus09@gmail.com>
  • Loading branch information
Abhishek2634 and amjithtitus09 authored Mar 4, 2025
1 parent cb76a55 commit 8fb341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Encounters/tabs/EncounterNotesTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const MessageItem = ({ message }: { message: Message }) => {
</p>
<div
className={cn(
"p-3 rounded-lg break-words",
"p-3 rounded-lg break-words whitespace-pre-wrap w-full max-w-xs sm:max-w-sm md:max-w-md lg:max-w-lg",
isCurrentUser
? "bg-white text-black rounded-tr-none border border-gray-200"
: "bg-gray-100 rounded-tl-none border border-gray-200",
Expand Down

0 comments on commit 8fb341b

Please sign in to comment.