Skip to content
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

[Card] Fix CardOverflow in nested cards #39668

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

siriwatknp
Copy link
Member

@siriwatknp siriwatknp commented Oct 30, 2023

@siriwatknp siriwatknp added component: card This is the name of the generic UI component, not the React module! package: joy-ui Specific to @mui/joy labels Oct 30, 2023
@mui-bot
Copy link

mui-bot commented Oct 30, 2023

Netlify deploy preview

Bundle size report

Details of bundle changes (Toolpad)
Details of bundle changes

Generated by 🚫 dangerJS against c29b3a7

'--AspectRatio-radius': `0 0 ${childRadius} ${childRadius}`,
'--_CardOverflow-radius': '0 0 var(--CardOverflow-radius) var(--CardOverflow-radius)',
'--_CardOverflow-margin': '0 var(--CardOverflow-offset) var(--CardOverflow-offset)',
[`.${cardClasses.vertical} &, .${cardClasses.horizontal} .${cardClasses.vertical} &, .${modalDialogClasses.root} &`]:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change is this line.

Copy link
Contributor

@zanivan zanivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@siriwatknp siriwatknp merged commit e74a4f5 into mui:master Oct 31, 2023
23 checks passed
@siriwatknp siriwatknp mentioned this pull request Oct 31, 2023
1 task
mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: card This is the name of the generic UI component, not the React module! package: joy-ui Specific to @mui/joy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[joy-ui][Card] Nested cards don't display properly
3 participants