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
-
Visit Admin > Customize > CSS/HTML:
-
Click “+ New”
-
Click “CSS”
-
Add the following:
body .topic-list .num {text-align: right;}
-
Save
-
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
https://github.com/discourse/discourse/commit/6c8e6e9d2adb0d1dda36da74bbaa86f0b7d05ab0
3 Likes