From 67f04532bed2eac19abc0216f951dd872997bb29 Mon Sep 17 00:00:00 2001 From: vitorsemeano Date: Tue, 26 Mar 2019 01:45:36 +0000 Subject: [PATCH] fix minor bug for listItemImage background sizing --- src/components/listview/listview.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/listview/listview.css b/src/components/listview/listview.css index 4b4e88f842..312bf14a16 100644 --- a/src/components/listview/listview.css +++ b/src/components/listview/listview.css @@ -100,7 +100,7 @@ min-width: 2.78em; min-height: 2.78em; background-repeat: no-repeat; - background-size: contain; + background-size: cover; flex-shrink: 0; background-position: center center; position: relative;