From 0667519052fc630a23eca2a64aad57ca6bb270a7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 3 Apr 2018 02:06:35 -0400 Subject: [PATCH] Control the maximum height of the document thumbnail to avoid to much breakage in the panel appearances. Signed-off-by: Roberto Rosario --- mayan/apps/appearance/static/appearance/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/apps/appearance/static/appearance/css/base.css b/mayan/apps/appearance/static/appearance/css/base.css index 233d83e08f..f66ebd429d 100644 --- a/mayan/apps/appearance/static/appearance/css/base.css +++ b/mayan/apps/appearance/static/appearance/css/base.css @@ -68,6 +68,7 @@ body { .thin_border { border: 1px solid black; + max-height: 200px; } .mayan-page-wrapper-interactive {