material-ui icon indicating copy to clipboard operation
material-ui copied to clipboard

[test][docs] Improve demos for better regression screenshots

Open aarongarciah opened this issue 5 months ago • 5 comments

Follow up on https://github.com/mui/material-ui/pull/43656#issuecomment-2348446752

Some demos were using flex instead of inline-flex in their top-level elements, causing them to look off when rendered inside a block element instead of a flex element. For context, our demo wrapper uses flex but our visual regression wrapper uses block since https://github.com/mui/material-ui/pull/43656.

aarongarciah avatar Sep 13 '24 09:09 aarongarciah