lf
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user