mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04: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;
|
|
}
|