overflow:scroll on pre

This commit is contained in:
tom 2022-07-03 09:24:38 +00:00
parent f7f4669073
commit b38601e8c2
1 changed files with 1 additions and 5 deletions

View File

@ -73,11 +73,7 @@ p {
}
pre {
max-width: 100%;
overflow: scroll;
word-break: normal;
word-wrap: normal;
white-space: pre;
overflow: scroll;
}
html, body {