Note: This seems to happen on Kanban Board, but not on other topics.
There is a very long line at the bottom of the topic, for absolutely no reason whatsoever.
Note: This seems to happen on Kanban Board, but not on other topics.
There is a very long line at the bottom of the topic, for absolutely no reason whatsoever.
This also happens in Top Menu not populating options.
I think I know what the cause is:
The line is the bottom line of the topic map, and seems to extend if the post below (2nd post/1st reply) is posted after a long time, e.g. â4 months laterâ or â6 years laterâ. This is the case in the 2 topics Iâve linked, and doesnât happen in others.
Update:
Allow normal users to bulk update notification level also has the problem, and has the same occurrence of the âxxx years laterâ (in this case, 4 years).
After looking at General moderation policies, which also has this problem, it looks like the line does not have to be part of the topic map, but rather any line whose post below has been posted after a long time.
I havenât even noticed this phenomenon, that looks like mobile view you have documented this there do you only notice this on mobile?
Itâs not really about mobile view. You can also reproduce this on desktop view by using a very narrow window.
Maybe this is the problem?
.small-action .small-action-desc {
width: calc(var(--topic-body-width) + var(--topic-body-width-padding) * 2);
}
I think in DEV: Small fixes and tweaks in the Glimmer Post Stream by megothss · Pull Request #33112 · discourse/discourse · GitHub the small-action
class was added to the time gap template.
Thanks heap for reporting, @awesomerobot mentioned he is going to have a look tomorrow
No problem, thanks for the update!
This will fix it, thanks for the report!
Thanks for the quick fix! All seems good now .