diff --git a/src/components/Document/DocumentThumbnail.vue b/src/components/Document/DocumentThumbnail.vue index e4d49d3fd2..f5dc9f800f 100644 --- a/src/components/Document/DocumentThumbnail.vue +++ b/src/components/Document/DocumentThumbnail.vue @@ -229,6 +229,7 @@ export default { color: var(--bs-tertiary-color); min-width: var(--height); max-width: var(--height); + min-height: var(--height); overflow: hidden; position: relative;