Lidarr/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css

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;
}