-
Notifications
You must be signed in to change notification settings - Fork 77
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(tile): fix spacing between content-top and content-bottom slots #9241
Conversation
…ly stuff in both content-top and content-bottom slots
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.
Once comments have been addressed, this is good to murge!
@eriklharper E2E tests are failing, so it looks like tests might also need updating. |
…cription div rendering
…only-content-top-and-bottom
Fixed it. Had to do with removing a conditional for rendering the heading and description divs, which is not necessary for this PR, was a holdover from a previous experiment that I forgot to revert. |
Related Issue: #4701
Summary
This PR corrects the spacing between the
content-top
andcontent-bottom
slotted content in Tile, ensuring there is a scale-specific gap between the two when both of them are present and none of the other content elements are supplied.