Skip to content

Commit 2ae0992

Browse files
author
sandeepV2
committed
Adds bottom padding to code block [Fixes #13299]
1 parent bca7b89 commit 2ae0992

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
@@ -276,6 +276,7 @@ const Codeblock = ({
276276
style={style}
277277
className={className}
278278
pt={hasTopBar ? "2.75rem" : 6}
279+
pb={"1.5rem"}
279280
ps={4}
280281
m={0}
281282
overflow="visible"

0 commit comments

Comments
 (0)