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.
Sonarr/frontend/src/Components/Table/TableHeaderCell.css

17 lines
239 B

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