From 19ac18af2af3ad1cf77107be620f7deed4e156f7 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 15 Mar 2023 11:08:47 +0100 Subject: [PATCH] Base is now width 98% after md we switch to 48% --- webapp/components/Group/GroupList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/Group/GroupList.vue b/webapp/components/Group/GroupList.vue index 93ad6e2b0..debe0e7a5 100644 --- a/webapp/components/Group/GroupList.vue +++ b/webapp/components/Group/GroupList.vue @@ -3,7 +3,7 @@ + :width="{ base: '98%', sm: '98%', md: '48%' }"> @@ -24,6 +24,6 @@ export default {