We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f56fa commit 89920e3Copy full SHA for 89920e3
1 file changed
src/frontend/src/layouts/PageTitle/PageTitle.tsx
@@ -27,8 +27,8 @@ const PageTitle: React.FC<PageTitleProps> = ({ title, previousPages, headerRight
27
<>
28
<PageBreadcrumbs currentPageTitle={title} previousPages={previousPages} />
29
<Box sx={{ mb: 2 }}>
30
- <Grid container alignItems="center">
31
- <Grid item xs={6} md={8}>
+ <Grid container rowSpacing={1}>
+ <Grid item xs={6} md={4}>
32
<Typography variant="h4" fontSize={30}>
33
{title}
34
</Typography>
0 commit comments