Files
Prowlarr/frontend/src/Indexer/Info/History/IndexerHistoryRow.css
T
2023-09-03 18:04:39 -05:00

19 lines
300 B
CSS

.query {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 120px;
}
.elapsedTime,
.source {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 150px;
}
.details {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 70px;
}