Files
Prowlarr-Prowlarr/frontend/src/System/Backup/BackupRow.css
2019-06-11 22:07:34 -04:00

13 lines
210 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;
}