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.
Lidarr/frontend/src/Components/Table/Cells/VirtualTableRowCell.css

15 lines
253 B

.cell {
@add-mixin truncate;
composes: cell from 'Components/Table/Cells/TableRowCell.css';
flex-grow: 0;
flex-shrink: 1;
white-space: nowrap;
}
@media only screen and (max-width: $breakpointSmall) {
.cell {
white-space: nowrap;
}
}