From a817dbcacd19ec11e8c7b1d05ec92f2b714fd0f6 Mon Sep 17 00:00:00 2001 From: Manuel Meister Date: Thu, 14 Apr 2022 17:34:19 +0200 Subject: [PATCH 1/5] Remove unnecessary vertical padding --- frontend/src/components/layout/ContentCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/layout/ContentCard.vue b/frontend/src/components/layout/ContentCard.vue index 4084cfda63..57c928b259 100644 --- a/frontend/src/components/layout/ContentCard.vue +++ b/frontend/src/components/layout/ContentCard.vue @@ -5,7 +5,7 @@ Displays the content wrapped inside a card.