From 37b3a3061955dc269cc4a5b81a20e5222ea0dc88 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+nikonratm@users.noreply.github.com> Date: Sat, 6 Feb 2021 14:30:44 -0800 Subject: [PATCH] Better minimum size for native viewer --- .../document-card-small/document-card-small.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }