From 15926619c7804ff2241d6af00713a1f670ff6a03 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 12 Apr 2024 18:31:34 -0500 Subject: [PATCH] fix width overflow for federation list --- src/routes/settings/ManageFederations.tsx | 4 ++-- src/routes/setup/AddFederation.tsx | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/routes/settings/ManageFederations.tsx b/src/routes/settings/ManageFederations.tsx index 7ef73d0f..cf3133ec 100644 --- a/src/routes/settings/ManageFederations.tsx +++ b/src/routes/settings/ManageFederations.tsx @@ -180,7 +180,7 @@ export function AddFederationForm(props: { }; return ( - <> +
{i18n.t("settings.manage_federations.manual")} @@ -340,7 +340,7 @@ export function AddFederationForm(props: { - +
); } diff --git a/src/routes/setup/AddFederation.tsx b/src/routes/setup/AddFederation.tsx index 3e2460e7..20867ae3 100644 --- a/src/routes/setup/AddFederation.tsx +++ b/src/routes/setup/AddFederation.tsx @@ -48,11 +48,9 @@ export function AddFederation() { > {i18n.t("setup.federation.skip_confirm")} - - - - - + + +

{i18n.t("settings.manage_federations.learn_more")}