Files
Readarr/frontend/src/System/Tasks/Scheduled/ScheduledTaskRow.css
2018-08-30 23:07:50 -04:00

19 lines
309 B
CSS

.interval {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
width: 150px;
}
.lastExecution,
.nextExecution {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
width: 180px;
}
.actions {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
width: 20px;
}