Wide code blocks horizontally scroll

This commit is contained in:
MatthiasSaihttam 2021-05-01 18:28:36 -04:00
parent a604284510
commit fe01d3913f
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ textarea, input[type="text"], input[type="password"] {
.text pre {
display: inline-block; /*Code blocks need to be inline-block*/
overflow-x: scroll;
max-width: 100%;
}
a {