From b1cc1029341e1cfc902b60d9f3d889f946598e8d Mon Sep 17 00:00:00 2001
From: Tobias Huste <t.huste@hzdr.de>
Date: Tue, 27 Apr 2021 11:17:54 +0200
Subject: [PATCH] Fix the layout of the Education/Training page

---
 _sass/_upcoming_events_list.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/_sass/_upcoming_events_list.scss b/_sass/_upcoming_events_list.scss
index 6c508b4b9..607cd3e64 100644
--- a/_sass/_upcoming_events_list.scss
+++ b/_sass/_upcoming_events_list.scss
@@ -11,12 +11,15 @@
             @include drop-shadow;
         
             margin: 0.5rem;
+            width:  auto;
+            height: auto;
         
             color: black;
         
             .card-body {
                 display:    flex;
                 flex-flow:  column nowrap;
+                align-items: flex-start;
 
                 .inline-event-title {
                     display: inline;
-- 
GitLab