【问题标题】:Text exits the div文本退出 div
【发布时间】:2021-07-23 13:08:50
【问题描述】:

我需要帮助来了解如何解决此页面中不断出现的以下错误:https://www.stylehaus.it/magazine-2/

应该包含在div里面的文字出来了,停不下来,怎么解决?

我尝试输入“word-wrap: break-word;”在所有方面的 css 中,但没有任何变化......

非常感谢

【问题讨论】:

  • 尝试空白:break-spaces;

标签: css wordpress text


【解决方案1】:

尝试删除

.asrafp-filter-result {
    white-space: nowrap;
}

或使用

.am_cont {
    white-space: normal;
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-01-31
    • 2017-07-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-06-12
    • 2013-07-27
    相关资源
    最近更新 更多