Lidarr/frontend/src/Album/AlbumSearchCell.css

7 lines
126 B
CSS

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