-
Notifications
You must be signed in to change notification settings - Fork 159
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(content-block-cards): fix margin in smallest breakpoint #5014
fix(content-block-cards): fix margin in smallest breakpoint #5014
Conversation
Fixes wrong margin in `<dds-content-block-cards>` in its smallest breakpoint. Also migrates the internal layout to CSS grid to eliminate the negative margin adjustment of heading vs. cards. Refs carbon-design-system#4959.
Deploy preview created for package Built with commit: 8b491e947318c667c05804b7cd441610e016a852 |
Deploy preview created for package Built with commit: 8b491e947318c667c05804b7cd441610e016a852 |
Deploy preview created for package Built with commit: 8b491e947318c667c05804b7cd441610e016a852 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks @asudoh!
…esign-system#5014) ### Related Ticket(s) Refs carbon-design-system#4959. ### Description Fixes wrong margin in `<dds-content-block-cards>` in its smallest breakpoint. Also migrates the internal layout to CSS grid to eliminate the negative margin adjustment of heading vs. cards. ### Changelog **Changed** - Change to fix wrong margin in `<dds-content-block-cards>` in its smallest breakpoint. - Change to migrate the internal layout to CSS grid.
Related Ticket(s)
Refs #4959.
Description
Fixes wrong margin in
<dds-content-block-cards>
in its smallest breakpoint. Also migrates the internal layout to CSS grid to eliminate the negative margin adjustment of heading vs. cards.Changelog
Changed
<dds-content-block-cards>
in its smallest breakpoint.