Lidarr/frontend/src/Episode/EpisodeSearchCell.css

7 lines
127 B
CSS

.episodeSearchCell {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
width: 70px;
white-space: nowrap;
}