Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentvan7 committed Feb 6, 2025
1 parent 609c569 commit f9eba07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/common/ui/src/components/CodeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function CodeBlock({ text }: { text: string }) {
style={{
counterIncrement: 'lineNumber',
margin: 0,
// Makes it so wrapped lines start with some amount of indentation
paddingLeft: `${numSpaces * 7.5 + 20}px`,
textIndent: `-${numSpaces * 7.5 + 20}px`,
}}
Expand Down

0 comments on commit f9eba07

Please sign in to comment.