From 271ca53c580d4fc11afec20689e0627152061aa6 Mon Sep 17 00:00:00 2001 From: Nithin David <1277421+nithindavid@users.noreply.github.com> Date: Wed, 6 Oct 2021 14:47:44 +0530 Subject: [PATCH] fix: Makes thumbnail images fill the wrap --- app/javascript/dashboard/components/widgets/Thumbnail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/components/widgets/Thumbnail.vue b/app/javascript/dashboard/components/widgets/Thumbnail.vue index 6c9e4d12c..4d60219d9 100644 --- a/app/javascript/dashboard/components/widgets/Thumbnail.vue +++ b/app/javascript/dashboard/components/widgets/Thumbnail.vue @@ -173,6 +173,7 @@ export default { height: 100%; width: 100%; box-sizing: border-box; + object-fit: cover; &.border { border: 1px solid white;