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