mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
6fcbdc5ba3
(cherry picked from commit 30aa5f9070bc9611bb9459d9d96bf293c971f891)
42 lines
656 B
CSS
42 lines
656 B
CSS
.relativePath {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
word-break: break-all;
|
|
}
|
|
|
|
.quality,
|
|
.formats,
|
|
.language {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
}
|
|
|
|
.language {
|
|
width: 100px;
|
|
}
|
|
|
|
.rejected,
|
|
.download {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 50px;
|
|
}
|
|
|
|
.age,
|
|
.size {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.actions {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 100px;
|
|
}
|
|
|
|
.releaseGroup {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 120px;
|
|
}
|