From 85c15b023813bef4b10e0df847e08ab0ea41baa1 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Thu, 16 Feb 2023 15:51:37 +0000 Subject: [PATCH] add missing margin-bottom in status page --- .../src/routes/(frontend)/[accountId]/[statusId]/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/(frontend)/[accountId]/[statusId]/index.tsx b/frontend/src/routes/(frontend)/[accountId]/[statusId]/index.tsx index 606091f..2b347d0 100644 --- a/frontend/src/routes/(frontend)/[accountId]/[statusId]/index.tsx +++ b/frontend/src/routes/(frontend)/[accountId]/[statusId]/index.tsx @@ -51,7 +51,9 @@ export default component$(() => { return ( <>
- +
+ +