From e5b142c2ce2a391e78a43edce3e0d983774bf1c6 Mon Sep 17 00:00:00 2001 From: Bruce Mayhew Date: Fri, 12 Sep 2014 16:43:19 -0400 Subject: [PATCH] WEB-25 Increased modal height to break in whitespace --- src/main/webapp/WEB-INF/pages/about.jsp | 2 +- src/main/webapp/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/pages/about.jsp b/src/main/webapp/WEB-INF/pages/about.jsp index 08efb3a2b..3056d5b17 100644 --- a/src/main/webapp/WEB-INF/pages/about.jsp +++ b/src/main/webapp/WEB-INF/pages/about.jsp @@ -57,7 +57,7 @@

diff --git a/src/main/webapp/css/main.css b/src/main/webapp/css/main.css index ad46de988..c6ff5b344 100644 --- a/src/main/webapp/css/main.css +++ b/src/main/webapp/css/main.css @@ -722,7 +722,7 @@ fieldset[disabled] .btn-warning.active { margin-bottom: 5px; } .modal .modal-body.modal-scroll { - max-height: 350px; + max-height: 375px; overflow-y: auto; } /* ==========================================================================