Skip to content

Commit

Permalink
Fixed-issue-Text-OverFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed Oct 15, 2024
1 parent e8f898e commit 0dcc021
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Components/Facility/PatientNoteCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ const PatientNoteCard = ({
</div>
</div>
) : (
<div className="text-sm text-secondary-700">{noteField}</div>
<div className="break-words text-sm text-secondary-700">
{noteField}
</div>
)}
</div>
}
Expand Down

0 comments on commit 0dcc021

Please sign in to comment.