mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-02 02:02:47 -05:00
12 lines
184 B
CSS
12 lines
184 B
CSS
.cell {
|
|
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
flex: 0 0 36px;
|
|
}
|
|
|
|
.input {
|
|
composes: input from 'Components/Form/CheckInput.css';
|
|
|
|
margin: 0;
|
|
}
|