-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: spacing if no slot used #248
base: v2
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
commit: |
What does this PR do?
Currently even if no content is used in the
Card.Selector
, i.e. only title, theTypography
still takes space due toStack
spacing.Test Plan
Manual.
Before -
After -
Related PRs and Issues
N/A.
Have you read the Contributing Guidelines on issues?
Yes.