Results 20 comments of Punit Soni

Hi You can solve this issue by adding below css in styles.scss `* { padding: 0; margin: 0; box-sizing: border-box; }` you can also remove `body {padding: 0; margin: 0;}`...

Can you provide codesandbox link example with issue please ? You can fork this [Codesandbox](https://codesandbox.io/s/material-ui-template-4624tx)

> I assume you meant `Slider`, not `Checkbox`. In cases like this, I would assume the parent component should basically grow as the content (or be wider in order to...

@thany I have partially fixed your issue, as you already know breadcrumb links are generated dynamically, I can add a fix which can add `aria-current='page'` at the last element If...

I tried to reproduce this scenario and it looks working fine Can you check this [demo](https://codesandbox.io/s/toggle-button-disable-ripple-pr55h9) and see if `disableRipple` is working fine or not

@Malagutte I think you are mixing ripple effect with hover styling. `disableRipple` will remove the effect of wave which you see over the element when you keep your mouse button...

@gkiely If you import `Button` from `@mui/base/Button`, you will get type `any` If you want type instead of `any`, replace your import from `import Button from "@mui/base/Button";` to `import Button...

`AspectRatio` Done - #37087 `AutocompleteOption` Done - #37088 `Avatar` Done - #37088 `AvatarGroup` Done - #37089 `Badge` Done - #37089 `CardContent` Done - #37116 `CardCover` Done - #37116 `CardOverflow` Done...

@cjoecker Thanks for reporting this issue 👍 I am able to reproduce it, and working on fix

@DIWAKARKASHYAP I have already raised a PR #37049 Waiting for reviewer's comment