Skip to content

Commit e247851

Browse files
closing-remarks, rgh-netiquette - Fix spacing (#9334)
1 parent 2ba018f commit e247851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/github-helpers/timeline-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import React from 'dom-chef';
22

33
export default function TimelineItem(): JSX.Element {
44
// Classes copied from #issuecomment-new + mt-3 added
5-
return <div className="ml-0 pl-0 ml-md-6 pl-md-3 mt-3" />;
5+
return <div className="ml-0 pl-0 ml-md-6 tmp-ml-md-6 pl-md-3 tmp-pl-md-3 mt-3 tmp-mt-3" />;
66
}

0 commit comments

Comments
 (0)