Files
Readarr/frontend/src/Components/Table/VirtualTableHeaderCell.css
Mark McDowall bab45481db Fixed: Allow tables to scroll on tablets in portrait mode
(cherry picked from commit 5fb632eb46cf77ea4f61d407f6429d9c32dba766)
2025-03-26 12:35:30 +02:00

17 lines
240 B
CSS

.headerCell {
padding: 8px;
border: none !important;
text-align: left;
font-weight: bold;
}
.sortIcon {
margin-left: 10px;
}
@media only screen and (max-width: $breakpointMedium) {
.headerCell {
white-space: nowrap;
}
}