mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:40:42 +08:00
15 lines
232 B
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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|