Files
Readarr/frontend/src/Components/Table/Cells/VirtualTableSelectCell.css
2017-09-05 23:00:26 -04:00

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;
}