mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix settings margins
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
This commit is contained in:
parent
984f426cfe
commit
78c1fd8283
1 changed files with 3 additions and 1 deletions
|
|
@ -55,7 +55,9 @@ export function SettingsLayout({ children }: { children: ReactNode }) {
|
|||
allowMinimize={false}
|
||||
/>
|
||||
</Column>
|
||||
<PageBody gap="6">{children}</PageBody>
|
||||
<Column gap="6" margin="2">
|
||||
<PageBody>{children}</PageBody>
|
||||
</Column>
|
||||
</Grid>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue