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;