diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss index 089072135..5f34d6743 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss @@ -39,9 +39,9 @@ max-width: 40rem; .preview { - min-width: 10rem; - min-height: 10rem; - max-height: 25rem; + min-width: 30rem; + min-height: 20rem; + max-height: 35rem; overflow-y: scroll; }