mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 03:42:16 +08:00
22 lines
341 B
SCSS
22 lines
341 B
SCSS
.admin-report.post-edits {
|
|
.admin-report-table {
|
|
.report-table {
|
|
thead tr th.edit_reason,
|
|
tbody tr td.edit_reason {
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.admin-report.trending-search {
|
|
.admin-report-table {
|
|
.report-table {
|
|
thead tr th.term,
|
|
tbody tr td.term {
|
|
width: 50%;
|
|
}
|
|
}
|
|
}
|
|
}
|