From 7a3bcc73c6fdce6a12396a3b7768572931504aac Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 4 Sep 2024 16:01:06 +0200 Subject: [PATCH] fix open nextcloud-aio login button Signed-off-by: Simon L. --- php/public/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/public/style.css b/php/public/style.css index 3d77cdea..f430c9e7 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -149,6 +149,8 @@ select:focus { margin-right: auto; display: block; text-align: center; + padding: 0px; + align-items: center; } .login-wrapper {