I have the following structure in my application:
6条回答 情话喂你 (楼主) 2020-12-24 11:43 The modern solution today would be #child_container { display: flex; } Because flex-wrap is by default set to flex-wrap: nowrap; This simple solution works like a charm. And by now also in all relevant browsers. 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
The modern solution today would be
#child_container { display: flex; }
Because flex-wrap is by default set to
flex-wrap
flex-wrap: nowrap;
This simple solution works like a charm. And by now also in all relevant browsers.