From 40abcd1237900265d1fe8c0d645524d618ad0438 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Thu, 6 Nov 2025 15:34:20 +0000 Subject: [PATCH] Fix empty space below backup chart by matching container and SVG heights The chart container was set to min-h-[12rem] (192px) on desktop while the SVG was hardcoded to 128px, creating 64px of unwanted empty space. Changed container to fixed h-32 (128px) to match the SVG height. --- frontend-modern/src/components/Backups/UnifiedBackups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Backups/UnifiedBackups.tsx b/frontend-modern/src/components/Backups/UnifiedBackups.tsx index e2fb97e..f624bce 100644 --- a/frontend-modern/src/components/Backups/UnifiedBackups.tsx +++ b/frontend-modern/src/components/Backups/UnifiedBackups.tsx @@ -1411,7 +1411,7 @@ const UnifiedBackups: Component = () => { -
+
0} fallback={