mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-19 15:14:40 +00:00
7 lines
125 B
CSS
7 lines
125 B
CSS
.BookSearchCell {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 70px;
|
|
white-space: nowrap;
|
|
}
|