From 9798e26872064edc1049138cf73479b1354a43ed Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 10 Dec 2022 18:45:53 +0100 Subject: [PATCH] fix: setup wizard table doesn't take full width --- frontend/src/pages/admin/setup.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/admin/setup.tsx b/frontend/src/pages/admin/setup.tsx index a1578c5..109a1dc 100644 --- a/frontend/src/pages/admin/setup.tsx +++ b/frontend/src/pages/admin/setup.tsx @@ -1,4 +1,4 @@ -import { Button, Stack, Text, Title } from "@mantine/core"; +import { Box, Button, Stack, Text, Title } from "@mantine/core"; import { useRouter } from "next/router"; import { useState } from "react"; import AdminConfigTable from "../../components/admin/AdminConfigTable"; @@ -28,7 +28,9 @@ const Setup = () => { Welcome to Pingvin Share Let's customize Pingvin Share for you! - + + +