Fixed regex View

This commit is contained in:
DomySh
2022-07-21 12:53:27 +02:00
parent 6fd2f6b359
commit 3143f6e474
7 changed files with 27 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ function MainLayout({ children }:{ children:any }) {
<Tabs.Tab label="Netfilter regex"></Tabs.Tab>
</Tabs>
<Space h="xl" />
<Container size="md" style={{minHeight:"57.5vh"}}>
<Container size="lg" style={{minHeight:"57.5vh"}}>
{children}
</Container>
<Space h="xl" />