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 ; }