feat(code-block): last-minute styling
All checks were successful
/ deploy-and-package (push) Successful in 1m18s
All checks were successful
/ deploy-and-package (push) Successful in 1m18s
This commit is contained in:
parent
dcebbd0943
commit
358d2a26a0
3 changed files with 3 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ function CodeBlock({
|
|||
</figcaption>
|
||||
<div
|
||||
data-slot="code-block-content"
|
||||
className="max-w-full overflow-x-auto"
|
||||
className="max-w-full overflow-x-auto pb-2"
|
||||
>
|
||||
{highlighted ?? (
|
||||
<pre
|
||||
|
|
|
|||
Loading…
Reference in a new issue