removed the default padding from page container, and changed the prop from padding to spacing, this will add left and right padding and a top margin, also disable the page wide scroll bar in app.css
This commit is contained in:
parent
06a5476e93
commit
48f3c03ebc
8 changed files with 13 additions and 8 deletions
|
|
@ -1477,5 +1477,5 @@ export default function Bins(props: Props) {
|
|||
);
|
||||
};
|
||||
|
||||
return !props.insert ? <PageContainer padding={-1}>{page()}</PageContainer> : page();
|
||||
return !props.insert ? <PageContainer>{page()}</PageContainer> : page();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue