[CSS] Word-break with hyphens

.ow {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
white-space: normal }

 

Post

posted @ 2021-02-17 18:01  Zhentiw  阅读(70)  评论(0)    收藏  举报