Sonarr/frontend/src/Series/History/SeriesHistoryRow.css

12 lines
206 B
CSS

.sourceTitle {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-word;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 65px;
}