diff --git a/app/features/team/routes/t.$customUrl.index.tsx b/app/features/team/routes/t.$customUrl.index.tsx index 7cad9727c..eb36a47a4 100644 --- a/app/features/team/routes/t.$customUrl.index.tsx +++ b/app/features/team/routes/t.$customUrl.index.tsx @@ -131,8 +131,8 @@ function TeamActionsMenu({ team }: { team: TeamLoaderData["team"] }) { } aria-label={t("team:actionButtons.teamActions")} testId="team-actions-menu-button" diff --git a/app/features/team/team.module.css b/app/features/team/team.module.css index 8093ca20d..20e383861 100644 --- a/app/features/team/team.module.css +++ b/app/features/team/team.module.css @@ -123,6 +123,7 @@ .actionButtons { display: flex; justify-content: center; + align-items: center; gap: var(--s-2); flex-wrap: wrap; }