Radarr/frontend/src/Components/Table/Cells/TableRowCell.css
Qstick 850bfdcf82 New: Native Theme Engine
Co-Authored-By: Zak Saunders <1936903+thezak48@users.noreply.github.com>
2022-11-20 11:49:50 -06:00

11 lines
194 B
CSS

.cell {
padding: 8px;
border-top: 1px solid var(--borderColor);
line-height: 1.52857143;
}
@media only screen and (max-width: $breakpointSmall) {
.cell {
white-space: nowrap;
}
}