From bbe20db61053325b48a86a41ac7d56c1db823c3c Mon Sep 17 00:00:00 2001 From: gurramkarthiknetha Date: Thu, 21 Nov 2024 00:37:13 +0530 Subject: [PATCH] changed some required changes changed some required changes as required --- src/components/Kanban/Board.tsx | 4 ++-- src/components/Patient/ManagePatients.tsx | 2 +- src/style/index.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Kanban/Board.tsx b/src/components/Kanban/Board.tsx index 337f98f1caf..a46460fe0cc 100644 --- a/src/components/Kanban/Board.tsx +++ b/src/components/Kanban/Board.tsx @@ -58,7 +58,7 @@ export default function KanbanBoard(
-
+
{props.sections.map((section, i) => ( key={i} @@ -146,7 +146,7 @@ export function KanbanSection(
diff --git a/src/components/Patient/ManagePatients.tsx b/src/components/Patient/ManagePatients.tsx index 0664532b0a1..e61b75a4d58 100644 --- a/src/components/Patient/ManagePatients.tsx +++ b/src/components/Patient/ManagePatients.tsx @@ -914,7 +914,7 @@ export const PatientManager = () => { }); }, 500); }} - className="mr-5 w-full lg:w-fit" + className="mr-5 w-full lg:w-fit mt-2" > Export diff --git a/src/style/index.css b/src/style/index.css index e80d1b2733f..8b89d979cb9 100644 --- a/src/style/index.css +++ b/src/style/index.css @@ -1314,4 +1314,4 @@ input[type="number"] { :root { --radius: 0.5rem; } -} +} \ No newline at end of file