
.myCustomCell {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.myCustomCell img {
    align-self: center;
    max-width: 28px;
}

 .column--separator {
     border-left-width: 2px;
     border-left-color: #CCC;
 }