From 2bc76dec941f8d4c9c8a27f27915ca0a8dd1c953 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 21 Mar 2026 14:59:19 +0000 Subject: [PATCH] fix: admin reports overflow issue by constraining chart containers --- includes/pages/reports.php | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/includes/pages/reports.php b/includes/pages/reports.php index ab7760f..7ba8166 100644 --- a/includes/pages/reports.php +++ b/includes/pages/reports.php @@ -156,8 +156,8 @@ $chart_gender_data = array_values($patients_by_gender);
-
-
+
+
@@ -168,8 +168,10 @@ $chart_gender_data = array_values($patients_by_gender);
-
- +
+
+ +
@@ -182,8 +184,10 @@ $chart_gender_data = array_values($patients_by_gender);
-
- +
+
+ +
@@ -192,8 +196,8 @@ $chart_gender_data = array_values($patients_by_gender);
()
-
-
+
+
@@ -304,4 +308,4 @@ document.addEventListener('DOMContentLoaded', function() { } }); }); - + \ No newline at end of file