CSS保持词语(单词)完整,不从中间换行

151 阅读1分钟
{
    overflow-wrap: normal;
    word-break: keep-all;
}

微信截图_20230918155608.png