From 820d69c0de9786181515c127f7bd2b6d912dbf7c Mon Sep 17 00:00:00 2001 From: Grigory Date: Fri, 1 May 2026 20:33:38 +0500 Subject: [PATCH] `closing-remarks`, `rgh-netiquette` - Fix spacing --- source/github-helpers/timeline-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/github-helpers/timeline-item.tsx b/source/github-helpers/timeline-item.tsx index 4d76f8a16c36..70994bf3161b 100644 --- a/source/github-helpers/timeline-item.tsx +++ b/source/github-helpers/timeline-item.tsx @@ -2,5 +2,5 @@ import React from 'dom-chef'; export default function TimelineItem(): JSX.Element { // Classes copied from #issuecomment-new + mt-3 added - return
; + return
; }