We often use tlp-badges to represent artifact xref. That means a badge with a reference and the artifact title: for example (
story #012) My user story 12.
Every time we do this, we added a dedicated CSS class to have a margin-right on the badge
for example:
.link-to-tracker-badge {
margin: 0 5px 0 0;
}
It would be best if TLP provided such a common CSS class, for example '.tlp-badge-marged' or a better name.
A patch for this should also remove all identified "dedicated" css classes that used to do this.
Off the top of my head there are classes in: cross-tracker-search, navbar-history, heartbeat widget, angular-artifact-modal, and probably others