The header of topic-lists is unaligned on Discourse Meta.
Common folks don’t have those buttons:
This is caused by styles of the Discourse Assign plugin:
.topic-list-header .topic-list-data.num:last-of-type {
margin-right: 50px;
}
The header of topic-lists is unaligned on Discourse Meta.
Common folks don’t have those buttons:
This is caused by styles of the Discourse Assign plugin:
.topic-list-header .topic-list-data.num:last-of-type {
margin-right: 50px;
}
Looks solved on Discourse Meta.