.gridjs-td[data-column-id="link"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}

.inactive-tr {
    background: #efa9a9;
}

.inactive-tr td {
    background: #efa9a9;
}