From 3a7f60e332a8fc509365cd2ff99c738c7ecd1274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Fri, 31 Jan 2025 08:21:57 +0100 Subject: [PATCH] fix(nubus): Fix Keycloak dialogue background length on small screens --- helmfile/files/theme/portal/stylesheet.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helmfile/files/theme/portal/stylesheet.css b/helmfile/files/theme/portal/stylesheet.css index 3186cb33..5589a2f6 100644 --- a/helmfile/files/theme/portal/stylesheet.css +++ b/helmfile/files/theme/portal/stylesheet.css @@ -168,9 +168,9 @@ } .login-pf-page { - margin: 0; - padding: 0; - height: 100%; + margin: 0px; + padding: 0px; + min-height: 100%; display: flex; flex-direction: column; justify-content: center;