-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[FormControlLabel] Fix misplaced asterisk when labelPlacement
is provided
#37831
[FormControlLabel] Fix misplaced asterisk when labelPlacement
is provided
#37831
Conversation
Netlify deploy previewhttps://deploy-preview-37831--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
Argos is being weird this week for some reason! It's not just you. 😅 |
…ce-labelPlacement
Argos is right in this case - if you open your before/after examples you'll notice that the "after" one has the asterisks positioned slightly higher. |
@michaldudak I fixed it now. I had checked the documentations (which Argos checks against), and there I couldn't visually identify any differences. However, thanks for pointing it out in the CodeSandbox examples. |
Fixes #37281
I was not able to push on PR #37286, so created this one and closed that.
Argos detected changes (https://app.argos-ci.com/mui/material-ui/builds/14969/51477913), but I couldn't find any differences after inspecting between the production version and this PR.
Before: https://codesandbox.io/s/exciting-feather-0d0e2o?file=/demo.tsx
After: https://codesandbox.io/s/friendly-nightingale-pt92rn