FIX: improves trending-search and top-referred on mobile

This commit is contained in:
Joffrey JAFFEUX 2018-07-20 09:15:25 -04:00 committed by GitHub
parent 44e7f63d65
commit 9d919406c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -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%;
}
}
}
}