mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
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
Block a user