This commit is contained in:
2020-08-21 22:53:46 +02:00
parent c5db725b8c
commit 42e8de1473
12 changed files with 128 additions and 94 deletions

View File

@@ -8,8 +8,8 @@ import AppRouter from './Router';
const App: React.FC = () => (
<GithubProvider username="morten-olsen">
<EncryptionProvider>
<Layout>
<Layout.Content style={{ padding: '25px' }}>
<Layout style={{minHeight:"100vh"}}>
<Layout.Content style={{ padding: '25px', flex: 1 }}>
<AppRouter/>
</Layout.Content>
</Layout>