From b24d2c65a140a33d79de19a004075facaf79b6cd Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 25 Feb 2026 20:33:33 +0200 Subject: [PATCH] style: tweak layout --- apps/client/src/widgets/type_widgets/ProtectedSession.css | 4 ++++ .../client/src/widgets/type_widgets/helpers/SetupForm.css | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/apps/client/src/widgets/type_widgets/ProtectedSession.css b/apps/client/src/widgets/type_widgets/ProtectedSession.css index 6bfcb87737..41a24b8d65 100644 --- a/apps/client/src/widgets/type_widgets/ProtectedSession.css +++ b/apps/client/src/widgets/type_widgets/ProtectedSession.css @@ -3,4 +3,8 @@ margin-inline: 40px; flex-direction: column; justify-content: center; + + label { + margin-bottom: 8px; + } } \ No newline at end of file diff --git a/apps/client/src/widgets/type_widgets/helpers/SetupForm.css b/apps/client/src/widgets/type_widgets/helpers/SetupForm.css index 1bd04b30c7..c71ac73b03 100644 --- a/apps/client/src/widgets/type_widgets/helpers/SetupForm.css +++ b/apps/client/src/widgets/type_widgets/helpers/SetupForm.css @@ -19,4 +19,12 @@ .tn-link { margin-top: 1em; } + + label { + margin-bottom: 8px; + } + + .input-group { + margin: 0; + } }