diff --git a/app/features/sendouq/components/GroupCard.module.css b/app/features/sendouq/components/GroupCard.module.css index d964e50b5..a4b34db06 100644 --- a/app/features/sendouq/components/GroupCard.module.css +++ b/app/features/sendouq/components/GroupCard.module.css @@ -40,6 +40,10 @@ color: var(--color-text); } +.memberActions { + flex-shrink: 0; +} + .tier { margin-inline-start: auto; } diff --git a/app/features/sendouq/components/GroupCard.tsx b/app/features/sendouq/components/GroupCard.tsx index 7d1c23ab3..b67d80e30 100644 --- a/app/features/sendouq/components/GroupCard.tsx +++ b/app/features/sendouq/components/GroupCard.tsx @@ -298,7 +298,12 @@ function GroupMember({ ) : null} -