From 1dc6138688c7876adddaa74427113dbc659a22a4 Mon Sep 17 00:00:00 2001 From: Kamishetty Rishith <119791436+Rishith25@users.noreply.github.com> Date: Sat, 11 Jan 2025 11:33:37 +0530 Subject: [PATCH] Fix spacing in user list, remove scrollbar on large screens, and adjust schedule appointment button (#9864) --- .../PatientDetailsTab/Appointments.tsx | 9 +++++--- src/components/Users/UserListAndCard.tsx | 23 ++++++++++++------- .../Encounters/tabs/EncounterFilesTab.tsx | 2 +- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/components/Patient/PatientDetailsTab/Appointments.tsx b/src/components/Patient/PatientDetailsTab/Appointments.tsx index 24bd7b9017e..8b6228c4125 100644 --- a/src/components/Patient/PatientDetailsTab/Appointments.tsx +++ b/src/components/Patient/PatientDetailsTab/Appointments.tsx @@ -59,12 +59,15 @@ export const Appointments = (props: PatientProps) => { return (
-
-

+
+

{t("appointments")}

- + - + {user.user_type} + + {formatPhoneNumber(user.phone_number)} + {GetDetailsButton(user.username)} ); diff --git a/src/pages/Encounters/tabs/EncounterFilesTab.tsx b/src/pages/Encounters/tabs/EncounterFilesTab.tsx index 053637b75d8..364a40325ab 100644 --- a/src/pages/Encounters/tabs/EncounterFilesTab.tsx +++ b/src/pages/Encounters/tabs/EncounterFilesTab.tsx @@ -356,7 +356,7 @@ export const EncounterFilesTab = (props: EncounterTabProps) => { const RenderTable = () => { return ( - +