Skip to content

Commit 1a560d8

Browse files
authored
remove empty space in info panel (#79)
* remove empty space in info panel fix #36 * fix fmt
1 parent aa1c44a commit 1a560d8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

frontend/App.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,7 @@ const App: Component = () => {
5454
<Tab>Main</Tab>
5555
<Tab>Info</Tab>
5656
</TabList>
57-
<TabPanel
58-
flexGrow="1"
59-
display="flex"
60-
justifyContent="center"
61-
maxHeight="calc(100vh - 40px)"
62-
>
57+
<TabPanel maxHeight="calc(100vh - 40px)">
6358
<AppRoutes />
6459
</TabPanel>
6560
<TabPanel>

0 commit comments

Comments
 (0)