1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00
Files
Sonarr/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css
T
2019-03-03 11:29:12 -08:00

19 lines
304 B
CSS

.relativePath {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-all;
}
.quality,
.language {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
text-align: center;
}
.label {
composes: label from '~Components/Label.css';
cursor: pointer;
}