From b951bd523beba843d811f3ae5b00fa7d8e1fc72e Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 8 Jun 2021 12:59:19 +0200
Subject: [PATCH] Added a little space after the initial select list

---
 cydiapomonella/templates/cydiapomonella/index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cydiapomonella/templates/cydiapomonella/index.html b/cydiapomonella/templates/cydiapomonella/index.html
index 7150a507..372c6e21 100644
--- a/cydiapomonella/templates/cydiapomonella/index.html
+++ b/cydiapomonella/templates/cydiapomonella/index.html
@@ -74,7 +74,9 @@
             background-color: white;
             border-bottom: 3px solid #d9e6e4;
             }
-
+		#contentContainer {
+			min-height: 250px;
+		}
 
     </style>
 {% endblock %}
-- 
GitLab