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 was 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.
<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.