From b49b427c8698f54431ee2192324ec62722dd269b Mon Sep 17 00:00:00 2001
From: "N. Geisler" <ngeisler@fachschaft.informatik.tu-darmstadt.de>
Date: Sun, 10 May 2020 18:42:44 +0200
Subject: [PATCH] define min width for dashboard buttons

---
 AKDashboard/static/AKDashboard/style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/AKDashboard/static/AKDashboard/style.css b/AKDashboard/static/AKDashboard/style.css
index b778295a..38bbaddd 100644
--- a/AKDashboard/static/AKDashboard/style.css
+++ b/AKDashboard/static/AKDashboard/style.css
@@ -21,6 +21,7 @@
     display: block;
     padding: 2em;
     margin-right: 1em;
+    min-width: 15em;
 }
 
 .dashboard-button {
-- 
GitLab