Merge pull request #209 from Mitrichius/fix-linenos-margin-152

Fix margin for linenos pre block #152
This commit is contained in:
Dmitry Kolosov 2024-01-08 20:23:33 +01:00 committed by GitHub
commit 04788aae9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,11 +152,13 @@ th, td {
border: 1px double var(--table-border-color);
}
/* Code */
pre {
padding: 1em;
max-width: 100%;
overflow: auto;
margin-top: 0;
margin-bottom: 0;
}
code,