fix(article): margin collapsing in code block (firefox) (#833)

fix margin collasping in codeblock
This commit is contained in:
SimbaFs 2023-09-03 19:03:17 +08:00 committed by GitHub
parent ce0a252bfa
commit d3682b3567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@
margin-right: 0.4em;
padding: 0 0.4em 0 0.4em;
color: #7f7f7f;
display: block;
}
/* LineNumbers */