From 13b6ec8741a637b130c402ee5fa550dc447ddb91 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 26 Jun 2023 17:00:33 +0200 Subject: [PATCH] Fix overflow bug Resolves MS-729 #complete --- client/src/components/profile/GroupList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/profile/GroupList.vue b/client/src/components/profile/GroupList.vue index a1464c6e..bddfe586 100644 --- a/client/src/components/profile/GroupList.vue +++ b/client/src/components/profile/GroupList.vue @@ -205,7 +205,7 @@ export default { &__action { @include desktop { - flex: 0 1 110px; + flex: 0 1 150px; padding-left: $large-spacing; } }