whitespace wrap pre because scroll is not working

This commit is contained in:
Dennis Eichhorn 2020-02-02 23:19:41 +01:00
parent 45be09c3b8
commit 49c4fc3509
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ pre {
counter-reset: line;
width: 100%;
box-sizing: border-box;
white-space:pre-wrap;
span {
display: block;

View File

@ -46,7 +46,8 @@ pre {
overflow-x: scroll;
counter-reset: line;
width: 100%;
box-sizing: border-box; }
box-sizing: border-box;
white-space:pre-wrap; }
pre span {
display: block; }
pre span:before {