You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- better copy and examples throughout
- callout on flexbug #12 for inline elements like links and images (which is the problem in #20408)
- add order section
You're running into Flexbug #12 where inline elements aren't counted as flex items in IE10-11. Set an explicit non-inline display (like block, inline-block, or flex) to fix it.
I'm adding a note to the docs in #21405 to help folks in the future.
- better copy and examples throughout
- callout on flexbug #12 for inline elements like links and images (which is the problem in #20408)
- add order section
Using Flexbox enabled v4 Alpha 3 CSS and this HTML:
I get this in Firefox 47.0.1 and also in IE11:
But this in IE 10 (Virtual Machine with IE 10 on WIN 7 downloaded from modern.ie):
The text was updated successfully, but these errors were encountered: