Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ohcnetwork/care_fe into …
Browse files Browse the repository at this point in the history
…location-view-for-patients
  • Loading branch information
amjithtitus09 committed Mar 4, 2025
2 parents 217b7fc + 8fb341b commit 20a5c49
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 20a5c49

Please sign in to comment.