From 6eb6a9791986549a8eb407cda259d583b8bbf077 Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Wed, 12 Jul 2023 14:35:00 +0200 Subject: [PATCH] Fix "Deaktivieren" "Verlassen" unreadable text. --- 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 bddfe586..0e2f6310 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 150px; + flex: 0 1 160px; padding-left: $large-spacing; } }