From e7e7738567237c44861c6eeb1204094570119d72 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Thu, 10 Nov 2016 20:43:53 +0100 Subject: [PATCH] fix library th --- resources/styles/main/partials/dashboard-grid.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/styles/main/partials/dashboard-grid.scss b/resources/styles/main/partials/dashboard-grid.scss index 25d6c044d..cca8c8c02 100644 --- a/resources/styles/main/partials/dashboard-grid.scss +++ b/resources/styles/main/partials/dashboard-grid.scss @@ -310,7 +310,8 @@ .grid-item-th { background-position: center; - background-size: cover; + background-size: auto 80%; + background-repeat: no-repeat; border-top-left-radius: $br-medium; border-top-right-radius: $br-medium; height: 70%;