Files
Prowlarr/frontend/src/Components/Table/Cells/VirtualTableSelectCell.css
T
2019-06-11 22:06:43 -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;
}