Dashboard Integration

This commit is contained in:
rsandb
2023-01-11 22:12:09 -06:00
parent be7f933033
commit 80cf195972
37 changed files with 905 additions and 661 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const SideMenuLayout = (props: SideMenuLayoutProps) => {
<Box className="p-6 sm:pr-0">
<SideMenu buttonOptions={props.menuButtonOptions} />
</Box>
<Box className="flex flex-col overflow-y-auto p-6 sm:pl-0 gap-14">{props.children}</Box>
<Box className="flex flex-col overflow-y-auto p-6 sm:pl-0 gap-14 w-full">{props.children}</Box>
</Box>
</Box>
);