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