Skip to content

Commit

Permalink
[DashboardLayout] link line-heigth to font-size in AppTitle (#4648
Browse files Browse the repository at this point in the history
)

Signed-off-by: Gil Obradors <[email protected]>
  • Loading branch information
gil-obradors authored Feb 11, 2025
1 parent b7077eb commit 3967dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toolpad-core/src/DashboardLayout/AppTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export function AppTitle(props: AppTitleProps) {
fontWeight: '700',
ml: 1,
whiteSpace: 'nowrap',
lineHeight: 1,
}}
>
{title}
Expand Down

0 comments on commit 3967dce

Please sign in to comment.