From e8d0bb3db26011d2c67ca873bcfeb4031241a13b Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Thu, 13 Dec 2018 23:47:02 +0000
Subject: [PATCH] Reduce whitespace above and below panel contents.

---
 static/css/custom.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/static/css/custom.css b/static/css/custom.css
index 405ec17a..43c012d2 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -123,3 +123,7 @@ table-layout: fixed;
   display: inline !important;
 }
 
+.panel-body {
+padding-top: 2px;
+padding-bottom: 2px;
+}
-- 
GitLab