Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE 11 Nested Flex with row wrap does not wrap the contents when there is a table

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #247296
    bsk264
    Participant

    If we have nested flex containers with a table anywhere in its heirarchy the row wrap does not seem to wrap. This is an IE-11 only issue.

    http://codepen.io/anon/pen/kkoLdA

    The table need not even be the immediate parent. If its present anywhere in the hierarchy we can see this issue.

    The only possible solution is to use table-layout:fixed but in my use case this would not be an ideal solution as I have some functionality around table.

    Are there any workarounds for the same?

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.