Files
Prowlarr/frontend/src/Indexer/Index/Table/IndexerStatusCell.css
T
2020-10-23 01:10:24 -04:00

10 lines
137 B
CSS

.status {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 60px;
}
.statusIcon {
width: 20px !important;
}