Radarr/frontend/src/Components/Table/Cells/TableRowCell.css

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