-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Stepper: misplaced icon on optional step in IE11 #9501
Comments
I didn't manage quite to reproduce it locally, but I got something similar if I add *, *:after, *:before {
box-sizing: border-box;
} |
Fixes the stepper header collapsing if the user has `box-sizing: border-box` set to everything. Fixes angular#9501.
You're right, I import Bootstrap 4 reboot.scss.
and now it displays correctly on IE11 and Chrome. Thanks |
Thanks, good to know. Let's keep the issue open since this is a common enough use case that we should handle it. |
Actually, after having a closer look the optional header is still a bit off in IE11. Adding Removing |
Fixes the stepper header collapsing if the user has `box-sizing: border-box` set to everything. Fixes #9501.
Fixes the stepper header collapsing if the user has `box-sizing: border-box` set to everything. Fixes angular#9501.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Display the "Optional label" and the step icon correctly
What is the current behavior?
Optional label is not visible, step icon is misplaced
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
In this example, step 3 is optional. It displays correctly in Chrome and Edge, but not in IE11.
The text was updated successfully, but these errors were encountered: