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