Skip to content

Commit 5280643

Browse files
authored
Merge pull request #13303 from sandeepV2/codeblock-padding
Adds bottom padding to code block [Fixes #13299]
2 parents 9e28190 + 3878cb8 commit 5280643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Codeblock.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ const Codeblock = ({
278278
style={style}
279279
className={className}
280280
pt={hasTopBar ? "2.75rem" : 6}
281+
pb={6}
281282
ps={4}
282283
m={0}
283284
overflow="visible"

0 commit comments

Comments
 (0)