feat(code-block): last-minute styling
All checks were successful
/ deploy-and-package (push) Successful in 1m18s

This commit is contained in:
Alois 2026-08-09 23:20:12 +02:00
commit 358d2a26a0
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@methanium/ui", "name": "@methanium/ui",
"version": "0.0.24", "version": "0.0.25",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -109,7 +109,7 @@ function CodeBlock({
</figcaption> </figcaption>
<div <div
data-slot="code-block-content" data-slot="code-block-content"
className="max-w-full overflow-x-auto" className="max-w-full overflow-x-auto pb-2"
> >
{highlighted ?? ( {highlighted ?? (
<pre <pre

View file

@ -60,7 +60,7 @@
} }
.cm-editor.tm-md-editor.cm-focused { .cm-editor.tm-md-editor.cm-focused {
outline: none; outline: 0px !important;
box-shadow: none; box-shadow: none;
} }