This commit is contained in:
Manav Rathi
2025-01-10 16:32:45 +05:30
parent b78efd441d
commit ea2e9f1fd4

View File

@@ -54,7 +54,7 @@ export const AccountsPageFooter: React.FC<React.PropsWithChildren> = ({
// Put the items to the side,
justifyContent: "space-between",
// Unless there is just one, in which case center it.
"& :only-child": { "marginInline": "auto" },
"& :only-child": { marginInline: "auto" },
}}
>
{children}