FIX: improves trending-search and top-referred on mobile
This commit is contained in:
parent
44e7f63d65
commit
9d919406c4
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue