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; }