Skip to content

Commit

Permalink
Fix spaces in github discussion code
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Sep 6, 2024
1 parent fc95e76 commit d4c12d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/rfd/RfdInlineComments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ const CodeLine = ({
)}
<div
className={cn(
'flex flex-grow py-1 pl-2 pr-6',
'flex flex-grow whitespace-pre-wrap py-1 pl-2 pr-6',
change === 'add' && 'bg-accent-secondary',
change === 'remove' && 'bg-destructive-secondary',
)}
Expand Down

0 comments on commit d4c12d4

Please # to comment.