CSS - display inline for flexbox items

0 votes
39 views
added Mar 5 in CSS by lcjr First Warrant Officer (11,850 points)
._address {
    display: flex;
    align-items: center;
    width: 85%;
    font-weight: 400;
    font-size: 12px;
    color: #758899;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    .address_aicon {
        margin-right: 5px;
    }
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...