From 70c750dacc5636f81c38878ddaf463ff397a6a66 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 16 May 2017 15:53:54 +0200 Subject: [PATCH] Fix logo being too big on log in page, fix #4585 Signed-off-by: Jan-Christoph Borchardt --- apps/theming/css/theming.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 2d0afa2d29..6057a15f42 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -44,7 +44,6 @@ /* override styles for login screen in guest.css */ #header .logo, #header .logo-icon { - background-size: contain; background-image: url(#{$image-logo}); } @@ -111,4 +110,4 @@ input.primary { } } } -} \ No newline at end of file +}