From 362c74503d44934bd5a067f48e32daecc07cccfe Mon Sep 17 00:00:00 2001 From: luna Date: Sun, 19 Jul 2026 21:01:45 +0000 Subject: [PATCH] fix: restore spacing between request cards --- UI/src/pages/Dashboard.tsx | 2 +- UI/src/pages/Requests.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/src/pages/Dashboard.tsx b/UI/src/pages/Dashboard.tsx index 98dc5e8..9319ea3 100644 --- a/UI/src/pages/Dashboard.tsx +++ b/UI/src/pages/Dashboard.tsx @@ -122,7 +122,7 @@ export function DashboardPage() { function PendingRow({ request }: { request: ChangeRequest }) { const exp = expiresIn(request.expires_at); return ( - +
diff --git a/UI/src/pages/Requests.tsx b/UI/src/pages/Requests.tsx index 3038bea..23465cc 100644 --- a/UI/src/pages/Requests.tsx +++ b/UI/src/pages/Requests.tsx @@ -108,7 +108,7 @@ export function RequestsPage() { ) : (
{items.map((r) => ( - +
-- 2.39.5