如何使用CSS在文本区域中放置长标签?

时间:2019-04-05 09:35:22

标签: css angular-ui-bootstrap

如何打断标签,使其适合该白色区域? 这是到目前为止我尝试过的所有CSS代码。

`.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    background-color: #596272 !important;
    border-radius: 3px;
    height: initial;
    border: 0;
    color: #fff !important;
    padding: 7px 12px !important;
    padding-left: 0 !important;
    /* padding-right: 10px !important; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* min-width: 500px; */
    /* word-break: break-word; */
    line-break: after-white-space;
    /* position: relative; */
}`

Problem here

0 个答案:

没有答案