discourse/app/assets/stylesheets/mobile/admin_report_table.scss

15 lines
232 B
SCSS

.admin-report-table {
.report-table {
table-layout: fixed;
thead tr th {
font-weight: normal;
font-size: $font-down-2;
white-space: unset;
.sort-button {
display: none;
}
}
}
}