fix width overflow for federation list

This commit is contained in:
Paul Miller
2024-04-12 18:31:34 -05:00
committed by Tony Giorgio
parent 437adf7e73
commit 15926619c7
2 changed files with 5 additions and 7 deletions

View File

@@ -180,7 +180,7 @@ export function AddFederationForm(props: {
};
return (
<>
<div class="flex w-full flex-col gap-4">
<Show when={!props.setup && !props.browseOnly}>
<MediumHeader>
{i18n.t("settings.manage_federations.manual")}
@@ -340,7 +340,7 @@ export function AddFederationForm(props: {
</Match>
</Switch>
</Suspense>
</>
</div>
);
}