Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Sep 26, 2024
1 parent f8219c1 commit 8b5186b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function NavGroups({
id: `${link.id}-${link.title}`,
name: (
<EuiTitle size="xs">
{/* the inline style is required because 1. fontWeight is used */}
{/* the inline style is required to overwrite the letterspacing style EuiText applies */}
<EuiText size="s" style={{ letterSpacing: 0 }}>
{link.title}
</EuiText>
Expand Down

0 comments on commit 8b5186b

Please sign in to comment.