💄 Fix overflowing text wrap in header for page title #606

This commit is contained in:
Manuel
2023-01-30 21:17:46 +01:00
parent e9eebadce6
commit 2b76ae83b1

View File

@@ -30,7 +30,7 @@ export function Header(props: any) {
}, [CURRENT_VERSION]);
return (
<MantineHeader height={HeaderHeight} className={cardClasses.card}>
<MantineHeader height="auto" className={cardClasses.card}>
<Group p="xs" noWrap grow>
<Box className={classes.hide}>
<Logo />