Suggested topics category formatting

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