Readarr/frontend/src/Book/BookSearchCell.css
2020-05-19 21:50:37 +01:00

6 lines
125 B
CSS

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