.container {
    margin-top: 4px;

    div:nth-of-type(1) {
        display: inline-block;
        height: 20px;
        width: 15px;
    }

    div:nth-of-type(2) {
        display: inline-block;
        padding-left: 5px;
        max-width: 250px;
        p {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
    }
}
