Radarr/frontend/src/Movie/History/MovieHistoryRow.css

12 lines
210 B
CSS

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