From 236e2fa323f2fd9a1ea96fccf870133a04f824af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?=
 <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de>
Date: Mon, 11 May 2020 23:02:32 +0200
Subject: [PATCH] Fix dashboard button spacing for multiple lines of 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 38bbaddd..100aa012 100644
--- a/AKDashboard/static/AKDashboard/style.css
+++ b/AKDashboard/static/AKDashboard/style.css
@@ -22,6 +22,7 @@
     padding: 2em;
     margin-right: 1em;
     min-width: 15em;
+    margin-bottom: 1em;
 }
 
 .dashboard-button {
-- 
GitLab