From f7b0140eec83a5d1c91a307979867ba96c2c2dd4 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Tue, 6 Sep 2022 10:55:24 +0200 Subject: [PATCH] Make grids mobile-ish --- client/src/views/Handlungsfeld.vue | 2 +- client/src/views/HandlungsfelderOverview.vue | 4 ++-- client/src/views/MediaMainView.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/views/Handlungsfeld.vue b/client/src/views/Handlungsfeld.vue index 39056cae..0e33dbdb 100644 --- a/client/src/views/Handlungsfeld.vue +++ b/client/src/views/Handlungsfeld.vue @@ -201,7 +201,7 @@ const hasMoreItemsForType = (itemType: string, items: object[]) => { v-for="item in field.items" :key="item.title">

{{item.title}}