From 4dafb47a36d4d4ae70a048541fc3d32de0dccccb Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 3 Feb 2025 17:00:01 +0200 Subject: [PATCH] client: add some gap between protected session password prompt form elements --- src/public/app/widgets/type_widgets/protected_session.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/public/app/widgets/type_widgets/protected_session.js b/src/public/app/widgets/type_widgets/protected_session.js index 620946012..3caafb1b7 100644 --- a/src/public/app/widgets/type_widgets/protected_session.js +++ b/src/public/app/widgets/type_widgets/protected_session.js @@ -9,6 +9,11 @@ const TPL = ` width: 300px; margin: 30px auto auto; } + + input, button { + margin-top: 12px; + } +