I tried to wrap a single word which contains around 500+ chars in a div.
7条回答 一向 (楼主) 2021-01-04 18:33 There is property in css: .selector { word-wrap: normal|break-word; } 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
There is property in css:
.selector { word-wrap: normal|break-word; }