Fix margin block on copy code button when code block is inside LI

This commit is contained in:
2025-05-21 14:18:15 +02:00
parent 90c171d2d0
commit 108044d082

View File

@@ -51,6 +51,7 @@ code {
.copy-code-wrapper {
position: relative;
margin-block-start: 1em; // Fixes wrong margin when code block is inside listed item
}
.copy-code {