Skip to content

Commit 8469894

Browse files
committed
Fix health page
1 parent f994197 commit 8469894

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

site/src/pages/HealthPage/HealthPage.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ export function HealthPageView({
6060
const styles = useStyles()
6161

6262
return (
63-
<DashboardFullPage
64-
sx={{
65-
overflow: "hidden",
66-
}}
67-
>
63+
<DashboardFullPage>
6864
<FullWidthPageHeader sticky={false}>
6965
<Stack direction="row" spacing={2} alignItems="center">
7066
{healthStatus.healthy ? (
@@ -113,8 +109,10 @@ export function HealthPageView({
113109
<Box
114110
sx={{
115111
display: "flex",
112+
flexBasis: 0,
113+
flex: 1,
116114
alignItems: "start",
117-
height: "100%",
115+
overflow: "hidden",
118116
}}
119117
>
120118
<Box

0 commit comments

Comments
 (0)