Sonarr/frontend/src/Components/Table/Cells/VirtualTableSelectCell.css

12 lines
186 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;
}