From 3d6928a8399898dc31336ba9703258bbedb0db29 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Fri, 27 Dec 2024 19:02:20 +0100 Subject: [PATCH] NORY-34: fix layout not cutting off input ring --- dashboard/src/app/(inside)/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/src/app/(inside)/layout.tsx b/dashboard/src/app/(inside)/layout.tsx index 5c8f890..d7f42e7 100644 --- a/dashboard/src/app/(inside)/layout.tsx +++ b/dashboard/src/app/(inside)/layout.tsx @@ -10,8 +10,8 @@ export default function InsideLayout({ children }: Readonly<{ children: React.Re return ( - -
+ +
{ @@ -27,7 +27,7 @@ export default function InsideLayout({ children }: Readonly<{ children: React.Re
-
+
{children}