mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-15 04:14:03 +00:00
7 lines
127 B
CSS
7 lines
127 B
CSS
.episodeSearchCell {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 70px;
|
|
white-space: nowrap;
|
|
}
|