mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-24 01:24:28 +01:00
fix width overflow for federation list
This commit is contained in:
committed by
Tony Giorgio
parent
437adf7e73
commit
15926619c7
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user