Text in a flex container doesn't wrap in IE11

后端 未结 12 2162
自闭症患者
自闭症患者 2020-11-22 05:23

Consider the following snippet:

12条回答
  •  北荒
    北荒 (楼主)
    2020-11-22 05:43

    Why use a complicated solution if a simple one works too?

    .child {
      white-space: normal;
    }
    

提交回复
热议问题