From 392fbd5b18e8c368fc995ad9906c1ad972e6a0a6 Mon Sep 17 00:00:00 2001
From: Ashesh <3626859+Ashesh3@users.noreply.github.com>
Date: Fri, 24 Nov 2023 17:03:21 +0530
Subject: [PATCH 1/4] Fix layout issue in DailyRoundsList component (#6709)
---
src/Components/Facility/Consultations/DailyRoundsList.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Components/Facility/Consultations/DailyRoundsList.tsx b/src/Components/Facility/Consultations/DailyRoundsList.tsx
index da4b8201495..8d08cea2f95 100644
--- a/src/Components/Facility/Consultations/DailyRoundsList.tsx
+++ b/src/Components/Facility/Consultations/DailyRoundsList.tsx
@@ -28,7 +28,7 @@ export const DailyRoundsList = (props: any) => {
}}
>
{(_) => (
-
+
@@ -42,7 +42,7 @@ export const DailyRoundsList = (props: any) => {
))}
>
- className="my-8 flex grow flex-col gap-3 lg:mx-8">
+ className="flex grow flex-col gap-3">
{(item, items) => {
if (item.rounds_type === "AUTOMATED") {
return (
From 83b6d1f94009c524c32c397350aacbcf85aee90f Mon Sep 17 00:00:00 2001
From: Khavin Shankar
Date: Fri, 24 Nov 2023 17:03:49 +0530
Subject: [PATCH 2/4] sandbox iframe in fileupload (#6691)
---
src/Components/Common/FilePreviewDialog.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Components/Common/FilePreviewDialog.tsx b/src/Components/Common/FilePreviewDialog.tsx
index b7eda93930e..90dde50a249 100644
--- a/src/Components/Common/FilePreviewDialog.tsx
+++ b/src/Components/Common/FilePreviewDialog.tsx
@@ -192,6 +192,7 @@ const FilePreviewDialog = (props: FilePreviewProps) => {
/>
) : (