From aecca66972e8ba7cd34f4a756fa26efc2a0bac3e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 25 Mar 2026 18:18:37 +0200 Subject: [PATCH] style(standalone/setup): fix some spacing issues --- apps/client/src/setup.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/setup.css b/apps/client/src/setup.css index 94778a538b..9674803186 100644 --- a/apps/client/src/setup.css +++ b/apps/client/src/setup.css @@ -109,9 +109,14 @@ body.setup { flex-direction: column; justify-content: center; flex-grow: 1; + gap: 1rem; width: 80%; margin: auto; + .form-group { + margin-bottom: 0; + } + .admonition { margin: 0; }