fix margin for linenos pre block #152
This commit is contained in:
parent
57eb2998cf
commit
961ebdf64a
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue