From 6f882a3948d19dbc8d940dcecfaf75c6b11b9930 Mon Sep 17 00:00:00 2001 From: sulochan Date: Fri, 29 Mar 2024 23:46:44 +0530 Subject: [PATCH] Icon overlapping with text in text-box of Doctor's Notes. #7495 --- .../Facility/PatientNotesSlideover.tsx | 56 ++++++++++--------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/src/Components/Facility/PatientNotesSlideover.tsx b/src/Components/Facility/PatientNotesSlideover.tsx index 2e04312d277..24f5151948f 100644 --- a/src/Components/Facility/PatientNotesSlideover.tsx +++ b/src/Components/Facility/PatientNotesSlideover.tsx @@ -199,32 +199,36 @@ export default function PatientNotesSlideover(props: PatientNotesProps) { disableEdit={!patientActive} />
- setNoteField(e.value)} - className="grow" - errorClassName="hidden" - placeholder="Type your Note" - disabled={!patientActive} - onFocus={() => setFocused(true)} - onBlur={() => setFocused(false)} - /> - - - +
+ setNoteField(e.value)} + className="grow" + errorClassName="hidden" + placeholder="Type your Note" + disabled={!patientActive} + onFocus={() => setFocused(true)} + onBlur={() => setFocused(false)} + /> +
+
+ + + +
)}