From d460093b05bf418ae383896acad9cf12d239ce0b Mon Sep 17 00:00:00 2001 From: Agha Saad Fraz Date: Sun, 24 Mar 2019 02:42:44 +0500 Subject: [PATCH] Make the server logo visible Signed-off-by: Agha Saad Fraz I have added the styling for the logo to make it visible. To make the code consistent, I have added the same padding for the logo which is being used in other themes for the same logo --- themes/original/scss/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index abd357d03b..0f229f9425 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -1034,6 +1034,7 @@ div#tablestatistics table { width: 10000px; overflow: hidden; box-sizing: content-box; + padding-left: 2.2em; .item { white-space: nowrap;