Environment Information
- Package version(s): "@fluentui/react-northstar": "^0.54.0",
- Browser and OS versions: Microsoft Edge Version 90.0.818.41 (Official build) (64-bit),
Please provide a reproduction of the bug in a codepen:
Actual behavior:
Add below codes in my app the Card component is added a class ea by default, which force the card to keep its height with the browser size.
<Card aria-roledescription="card with avatar, image and action buttons">
<Card.Header>
<Skeleton animation="wave">
<Flex gap="gap.small">
<Skeleton.Shape round width="32px" height="32px" />
<div>
<Skeleton.Line width="200px" />
<Skeleton.Line width="150px" />
</div>
</Flex>
</Skeleton>
</Card.Header>
</Card>


So long it is!

Expected behavior:
Expected it looks like what tutorial shows.

Priorities and help requested:
Are you willing to submit a PR to fix? No
Requested priority: Low
I can workaround by adding extra css to limit the height, but I hope you can fix it if it's a bug.
Environment Information
Please provide a reproduction of the bug in a codepen:
Actual behavior:
Add below codes in my app the Card component is added a class
eaby default, which force the card to keep its height with the browser size.So long it is!
Expected behavior:
Expected it looks like what tutorial shows.

Priorities and help requested:
Are you willing to submit a PR to fix? No
Requested priority: Low
I can workaround by adding extra css to limit the height, but I hope you can fix it if it's a bug.