From ee8af65277d931efd3bb486caa8a18fbd96af03c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Tue, 5 Feb 2019 13:11:27 +0100
Subject: [PATCH] Add margin-bot to expansion-panel

---
 .../components/creator/content-list/content-list.component.scss  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/components/creator/content-list/content-list.component.scss b/src/app/components/creator/content-list/content-list.component.scss
index 635e0c918..0a4161315 100644
--- a/src/app/components/creator/content-list/content-list.component.scss
+++ b/src/app/components/creator/content-list/content-list.component.scss
@@ -9,6 +9,7 @@ mat-card-content > :first-child {
 
 mat-expansion-panel {
   background-color: #cfd8dc;
+  margin-bottom: 5px;
 }
 
 mat-panel-title {
-- 
GitLab