1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-30 18:24:22 -04:00
Files
Sonarr/frontend/src/Components/Table/TableHeaderCell.css
2025-03-24 19:30:31 -07: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;
}
}