You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/frontend/src/Components/Table/Cells/TableRowCell.css

12 lines
194 B

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