IE10 Flexbox P element non-wrapping

前端 未结 5 1342
情歌与酒
情歌与酒 2020-12-29 02:14

http://jsfiddle.net/pvJRK/2/

Basically in IE10 a p element which has text wider than it\'s parent when the \"direction\" is a row, will overflow, and subsequently pu

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 02:52

    The accepted answer did not work for me.

    My problem (http://jsfiddle.net/Hoffmeyer/xmjs1rmq/) was solved as described in flexbugs https://github.com/philipwalton/flexbugs#2-column-flex-items-set-to-align-itemscenter-overflow-their-container

    Set

    max-width: 100%
    

提交回复
热议问题