Files
Prowlarr/frontend/src/MovieFile/Extras/ExtraFileRow.css
T
2020-03-20 23:50:15 -04:00

11 lines
199 B
CSS

.relativePath {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-all;
}
.extension,
.type {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
}