It's interesting, though, badges in bootstrap (the version currently used by XWiki) have their own border-radius, the @badge-border-radius , while labels have a fixed radius of 0.25em.
I guess the best here would be to use the @badge-border-radius.
As for paddings of these items: * labels have paddings based on the font-size, in ems * badges have fixed, hardcoded paddings.
However, as far as i can understand from documentation, labels are more geared towards being Since they're both supposed to be used inline than ( badges & labels) , so I guess that would say that the hardcoded paddings are likely to be a strategy that mistaken approach. I would make sense in the case go for em based spacing.
Note that subsequent versions of mentions as well, as they bootstrap (5) don ' re made to be used inline t use 2 different names for these items but a single one, labels . |
|