Skip to content

Commit

Permalink
Fix layout shift
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Apr 30, 2024
1 parent d5dfd86 commit 3788539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/productMaterial/MaterialDesignKits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export default function MaterialDesignKits({ gradient }: MaterialDesignKitsProps
gap: 1,
}}
>
<Typography variant="body2" fontWeight="semiBold">
<Typography variant="body2" fontWeight="semiBold" gutterBottom>
Available in:
</Typography>
<Box sx={{ display: 'flex', gap: 1, '& >img': { width: 22, height: 22 } }}>
Expand Down

0 comments on commit 3788539

Please sign in to comment.