mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: improves trending-search and top-referred on mobile
This commit is contained in:
@@ -8,3 +8,32 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.admin-report.top-referred-topics {
|
||||
.admin-report-table {
|
||||
.report-table {
|
||||
table-layout: fixed;
|
||||
|
||||
thead tr th.topic_title,
|
||||
tbody tr td.topic_title {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.admin-report.trending-search {
|
||||
.admin-report-table {
|
||||
.report-table {
|
||||
table-layout: fixed;
|
||||
|
||||
thead tr th.term,
|
||||
tbody tr td.term {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user