From a660a10a8d84133eb51ae363d9f675179a5eaff6 Mon Sep 17 00:00:00 2001 From: Nitish Bahl Date: Thu, 24 Jan 2019 22:37:12 +0530 Subject: [PATCH] fixes issue #14898 Bottom table is blocked Signed-off-by: Nitish Bahl --- themes/pmahomme/css/common.css.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 1aaa778c6a..0f1e100217 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -956,6 +956,9 @@ form.login select { display: inline-block; } +li.last.database{ + margin-bottom: 15px +} /******************************************************************************/ /* specific elements */