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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
<tr> elements in IE11 ignore dispaly: flex; and instead render their children as plain old table cell elements.
live demo JSBin showing the issue (when opened in IE11)
In Chrome the two <td> elements are rendered as flexbox children with their margin applied correctly.
In IE11 the two <td> elements are still rendered as table row cells.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
<tr>
elements in IE11 ignoredispaly: flex;
and instead render their children as plain old table cell elements.live demo JSBin showing the issue (when opened in IE11)
In Chrome the two
<td>
elements are rendered as flexbox children with their margin applied correctly.In IE11 the two
<td>
elements are still rendered as table row cells.The text was updated successfully, but these errors were encountered: