Add "flex-1" so that the Page component goes full width
This commit is contained in:
@@ -29,7 +29,7 @@ function PageWithSidebar(props: PageProps) {
|
|||||||
const { Navigation, Children, MobileNavigation } = getSlotsFromPage(props);
|
const { Navigation, Children, MobileNavigation } = getSlotsFromPage(props);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={cn('flex', props.className)}>
|
<div className={cn('flex flex-1', props.className)}>
|
||||||
{Navigation}
|
{Navigation}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user