-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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 radios looking like ellipse on responsive mode #38955
Conversation
Thanks for creating this PR @SDClowen |
Ye you can see the problem on codepen |
Isn't it a problem due to the use of flexboxes ? It seems that setting |
Thanks for your suggestion. I changed it as you suggested. |
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.
I'm fine with this defensive CSS.
3987e67
to
df9c163
Compare
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.
Defensive CSS approach LGTM!
Co-authored-by: louismaxime.piton <louismaxime.piton@orange.com>
Description
Fixed bug the radios are seems to be like ellipse when use on responive mode
Motivation & Context
Normal window size, The inputs are looks like....
Mobile Size, The inputs are seems like ellipsed
Type of changes
Checklist
npm run lint
)Live previews
Related issues
#radio