Skip to content

Commit d94d5ce

Browse files
committed
increase gap between vulnerability chips
1 parent ea43096 commit d94d5ce

File tree

1 file changed

+1
-1
lines changed
  • apps/site/components/EOL/VulnerabilityChips/Chip

1 file changed

+1
-1
lines changed

apps/site/components/EOL/VulnerabilityChips/Chip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const VulnerabilityChip: FC<VulnerabilityChipProps> = ({
2626
const t = useTranslations('components.eolChip');
2727

2828
return (
29-
<Badge size="small" kind={SEVERITY_KIND_MAP[severity]} className="mr-0.5">
29+
<Badge size="small" kind={SEVERITY_KIND_MAP[severity]} className="mr-1">
3030
{count > 0 ? <span className={styles.chipCount}>{count}</span> : null}
3131
{t(`severity.${severity}`)}
3232
</Badge>

0 commit comments

Comments
 (0)