mirror of
https://github.com/Radarr/Radarr
synced 2026-01-15 12:03:08 +01:00
20 lines
336 B
CSS
20 lines
336 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;
|
|
}
|