Files
Readarr/frontend/src/Album/AlbumSearchCell.css

7 lines
125 B
CSS

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