overflow: auto on code blocks

This commit is contained in:
Fabio Manganiello 2021-02-06 02:43:43 +01:00
parent ce50ab1fd9
commit b757ca3fb5
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ main section img {
padding: 1em;
border-radius: .5em;
white-space: pre;
overflow: auto;
}
.code .string {