We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f994197 commit 8469894Copy full SHA for 8469894
site/src/pages/HealthPage/HealthPage.tsx
@@ -60,11 +60,7 @@ export function HealthPageView({
60
const styles = useStyles()
61
62
return (
63
- <DashboardFullPage
64
- sx={{
65
- overflow: "hidden",
66
- }}
67
- >
+ <DashboardFullPage>
68
<FullWidthPageHeader sticky={false}>
69
<Stack direction="row" spacing={2} alignItems="center">
70
{healthStatus.healthy ? (
@@ -113,8 +109,10 @@ export function HealthPageView({
113
109
<Box
114
110
sx={{
115
111
display: "flex",
112
+ flexBasis: 0,
+ flex: 1,
116
alignItems: "start",
117
- height: "100%",
+ overflow: "hidden",
118
}}
119
>
120
0 commit comments