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 {
|
.topic-list {
|
||||||
|
table-layout: fixed;
|
||||||
|
overflow: hidden;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
@media (max-width: 850px) {
|
@media (max-width: 850px) {
|
||||||
td {
|
td {
|
||||||
|
|
Loading…
Reference in New Issue