Answers for "max lines 3 with dots css property"

CSS
7

css max one line three dots

span {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
Posted by: Guest on May-26-2020

Browse Popular Code Answers by Language