Topic metadata alignment problem in the topics list on home page

For some reason, not all topic metadata is aligned to the right, please see an example below:

2 Likes

You can try adding a bit of custom CSS

  1. Visit Admin > Customize > CSS/HTML:

  2. Click “+ New”

  3. Click “CSS”

  4. Add the following: body .topic-list .num {text-align: right;}

  5. Save

  6. At the bottom there’s a new “enabled?” checkbox, click that and save again:

If it is a feature, what is the logic behind it?

Thanks, I just pushed a fix :banana:

https://github.com/discourse/discourse/commit/6c8e6e9d2adb0d1dda36da74bbaa86f0b7d05ab0

3 Likes