Files
Readarr/frontend/src/System/Backup/BackupRow.css
2018-11-11 00:04:04 -05:00

13 lines
208 B
CSS

.type {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
width: 20px;
text-align: center;
}
.actions {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
width: 70px;
}