UX: prevent crawler view topic-list overflow (#15483)

This commit is contained in:
Kris 2022-01-06 20:32:06 -05:00 committed by GitHub
parent bdc868246f
commit 9e73bae4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@ body.crawler {
}
.topic-list {
table-layout: fixed;
overflow: hidden;
margin-bottom: 1em;
@media (max-width: 850px) {
td {