Files
Readarr/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css
T
2017-09-05 23:00:26 -04:00

12 lines
211 B
CSS

.relativePath {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
word-break: break-all;
}
.quality {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
text-align: center;
}