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(steps): Add flex on steps to fix ie11 #23561
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9c560a8:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit f96768e:
|
Codecov Report
@@ Coverage Diff @@
## master #23561 +/- ##
=======================================
Coverage 98.50% 98.50%
=======================================
Files 363 363
Lines 7267 7267
Branches 2002 1953 -49
=======================================
Hits 7158 7158
Misses 109 109 Continue to review full report at Codecov.
|
Why closing? |
This isn't working like it's supposed to |
I thought adding |
#23453
The problem is the flex default value on ie11 isn't the same as on chrome/ff. Setting
flex: 1 0 auto;
Make the Steps being displayed correctly.