I’ve only noticed this with Discourse Meta. Every other Discourse instance I’ve seen does not have this issue.
Is anybody else seeing this?
Just for context, this is how it should actually look.
I’ve only noticed this with Discourse Meta. Every other Discourse instance I’ve seen does not have this issue.
Is anybody else seeing this?
Just for context, this is how it should actually look.
Looks like this is the discourse-assign
plugin, it’s being caused by this CSS coming from discourse-assign.scss
:
.topic-list-header .topic-list-data.num:last-of-type {
margin-right: 50px;
}
Meta is running an experimental branch right now, so this shouldn’t be affecting any other sites. @jordan-vidrine has a fix in the pipeline
Oh, that’s great news! I’m glad to hear that this visual glitch is already in the process of being resolved!