From ee69bc7fe3c40505db718bd42ed10919c2cace84 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 30 Aug 2019 17:04:23 -0500 Subject: [PATCH] Update max height --- src/components/InfoDetails/InfoDetails.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InfoDetails/InfoDetails.css b/src/components/InfoDetails/InfoDetails.css index 28fe9d2..ae9a3ae 100644 --- a/src/components/InfoDetails/InfoDetails.css +++ b/src/components/InfoDetails/InfoDetails.css @@ -4,7 +4,7 @@ } .InfoDetailsContent { - max-height: 70vh; + max-height: 60vh; min-width: 80vw; overflow-y: auto; margin-bottom: 8px;