fix code block
This commit is contained in:
parent
119257ce13
commit
d242f97d42
1 changed files with 2 additions and 1 deletions
|
@ -386,7 +386,8 @@ code {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
white-space: break-spaces;
|
white-space: break-spaces;
|
||||||
word-wrap: normal;
|
word-wrap: break-word;
|
||||||
|
max-width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
article pre {
|
article pre {
|
||||||
|
|
Loading…
Reference in a new issue