Radarr/frontend/src/AddMovie/AddListMovie/Table/MovieStatusCell.css

10 lines
137 B
CSS

.status {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 60px;
}
.statusIcon {
width: 20px !important;
}