admin(ui): make database and mount edit pages more responsive

This commit is contained in:
Matthew Penner 2021-01-10 11:40:30 -07:00
parent 52b2463281
commit abd33c2384
3 changed files with 24 additions and 22 deletions

View file

@ -200,7 +200,7 @@ const AdminRouter = ({ location, match }: RouteComponentProps) => {
</div>
<Container collapsed={collapsed}>
<div css={tw`md:min-h-screen w-full flex flex-col px-6 md:px-16 py-12`} style={{ maxWidth: '86rem' }}>
<div css={tw`md:min-h-screen w-full flex flex-col px-6 md:px-16 py-6 md:py-12`} style={{ maxWidth: '86rem' }}>
{/* <TransitionRouter> */}
<Switch location={location}>
<Route path={`${match.path}`} component={OverviewContainer} exact/>