mirror of
https://github.com/Readarr/Readarr
synced 2025-12-30 12:13:55 +01:00
6 lines
125 B
CSS
6 lines
125 B
CSS
.BookSearchCell {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 70px;
|
|
white-space: nowrap;
|
|
}
|