@media (min-width: 768px) {
    .tl_listing tr .col_url {
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.tl_listing_container {
    overflow: auto;
}