dashjs
Version:
A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
18 lines (17 loc) • 407 B
CSS
td, th {
padding: 10px 10px ;
word-wrap: break-word;
max-width: 50px;
white-space: inherit;
text-overflow: ellipsis;
}
/* Optional: Style the first and last columns differently */
td:nth-child(5), th:nth-child(5) {
max-width: 150px ;
}
td:first-child, th:first-child {
max-width: 100px ;
}
.main-wrapper {
padding: 0 ;
}