mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
7 lines
128 B
CSS
7 lines
128 B
CSS
.episodeSearchCell {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 70px;
|
|
white-space: nowrap;
|
|
}
|