overflow: auto on code blocks
This commit is contained in:
parent
ce50ab1fd9
commit
b757ca3fb5
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ main section img {
|
|||
padding: 1em;
|
||||
border-radius: .5em;
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.code .string {
|
||||
|
|
Loading…
Reference in a new issue