mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
💄 Fix overflowing text wrap in header for page title #606
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user