fix margin for linenos pre block #152
This commit is contained in:
parent
57eb2998cf
commit
961ebdf64a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user