sonarr-repo-only/frontend/src/SeasonPass/SeasonPassRow.css

21 lines
339 B
CSS

.status,
.monitored {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 50px;
}
.title {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 1px;
white-space: nowrap;
}
.seasons {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
display: flex;
flex-wrap: wrap;
}