UX: prevent crawler view topic-list overflow (#15483)
This commit is contained in:
parent
bdc868246f
commit
9e73bae4a4
|
@ -25,6 +25,8 @@ body.crawler {
|
|||
}
|
||||
|
||||
.topic-list {
|
||||
table-layout: fixed;
|
||||
overflow: hidden;
|
||||
margin-bottom: 1em;
|
||||
@media (max-width: 850px) {
|
||||
td {
|
||||
|
|
Loading…
Reference in New Issue