css自动换行法宝

pre, code{
    white-space: pre-wrap !important;
}
pre, code {
    overflow-wrap: break-word !important;
    word-break: break-all !important;
    font-weight: bold !important;
}
posted @ 2020-03-03 15:32  zjh6  阅读(17)  评论(0)    收藏  举报  来源