Skip to content

Commit

Permalink
fix:[CM-785]Passport Label Not Showing (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhardwick authored Jul 25, 2024
1 parent a7f2d8c commit 53bbe1a
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@ export function WalletItem<
left: 'base.spacing.x3',
}}
/>
<MenuItem.Label size="medium" sx={offsetStyles}>
<MenuItem.Label
size="medium"
sx={{
...offsetStyles,
// eslint-disable-next-line @typescript-eslint/naming-convention
WebkitLineClamp: 3,
}}
>
{((recommended && isSmallScreenMode) && (
<Badge
variant="guidance"
Expand Down

0 comments on commit 53bbe1a

Please sign in to comment.