Fix mermaid rounded corners in edit mode

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-01 17:19:33 +04:00
parent 84adb5409d
commit aac4d9d12e

View File

@@ -109,7 +109,7 @@
}
pre {
@apply my-0 rounded-none border-none;
@apply my-0 rounded-lg border-none;
}
}