Hi, I have some longer category names, and would like them to wrap in the “Suggested Topics” box at the bottom of each topic. This is what I have at the moment:
Is there some CSS I can add? I tried this css table word wrap, but could not get it to work.
This was very recently fixed earlier in the week.
If you’re on the tests-passed branch you can update to fix it, or if you’re on beta/stable you should be able to add this css:
#suggested-topics {
.badge-wrapper {
display: inline-flex;
align-items: baseline;
}
}
7 Likes
Perfect, thanks! I’d mark it as solved, but apparently that’s not enabled here