I have this code:
html:
short Lorem ipsum dolor sit amet, consec 9条回答 我在风中等你 (楼主) 2021-01-11 11:06 Depending on browser support you can use flex. The container would need: display: flex; flex-flow: column; Here's a quick demo with example markup: http://jsbin.com/xuwina/3/edit?html,css,output 0 讨论(0) 查看其它9个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Depending on browser support you can use flex.
flex
The container would need:
display: flex; flex-flow: column;
Here's a quick demo with example markup:
http://jsbin.com/xuwina/3/edit?html,css,output