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);
|
border: 1px double var(--table-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Code */
|
/* Code */
|
||||||
pre {
|
pre {
|
||||||
padding: 1em;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
code,
|
code,
|
||||||
|
Loading…
Reference in New Issue
Block a user