admin(ui): make database and mount edit pages more responsive
This commit is contained in:
parent
52b2463281
commit
abd33c2384
3 changed files with 24 additions and 22 deletions
|
@ -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/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue