From 758199945e0bcb9fc5169ac7ec8e5b0cd83e0dba Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Wed, 17 Oct 2018 20:55:15 +0200 Subject: [PATCH] Theme metro: fix login container height Signed-off-by: Claas Augner --- themes/metro/css/common.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/metro/css/common.css.php b/themes/metro/css/common.css.php index d41503eb29..4f3754a05f 100644 --- a/themes/metro/css/common.css.php +++ b/themes/metro/css/common.css.php @@ -168,7 +168,7 @@ body#loginform #page_content { margin: 0 !important; padding: 20px; margin-top: 10% !important; - height: 240px; + min-height: 240px; } body#loginform div.container