We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea43096 commit d94d5ceCopy full SHA for d94d5ce
1 file changed
apps/site/components/EOL/VulnerabilityChips/Chip/index.tsx
@@ -26,7 +26,7 @@ const VulnerabilityChip: FC<VulnerabilityChipProps> = ({
26
const t = useTranslations('components.eolChip');
27
28
return (
29
- <Badge size="small" kind={SEVERITY_KIND_MAP[severity]} className="mr-0.5">
+ <Badge size="small" kind={SEVERITY_KIND_MAP[severity]} className="mr-1">
30
{count > 0 ? <span className={styles.chipCount}>{count}</span> : null}
31
{t(`severity.${severity}`)}
32
</Badge>
0 commit comments