From 4f715f35ce7ec890cf99598d19af7df11b0e9009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 26 Jun 2020 13:51:49 +0200 Subject: [PATCH] make sure images does not repeat. --- .../blockeditor/blockcard/blockcard.component.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockeditor/blockcard/blockcard.component.less b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockeditor/blockcard/blockcard.component.less index b1260e198b..d1cde628e4 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockeditor/blockcard/blockcard.component.less +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockeditor/blockcard/blockcard.component.less @@ -59,6 +59,8 @@ umb-block-card { background-size: cover; background-position: 50% 50%; + background-repeat: no-repeat; + .__icon { position: absolute; width: 100%;