No pre wrap in style.css

This commit is contained in:
benweet 2018-04-05 23:57:50 +01:00
parent a2f1f0fa88
commit 83666b0449
2 changed files with 2 additions and 6 deletions

View File

@ -57,11 +57,6 @@ body {
}
}
pre > code {
overflow-x: auto;
white-space: pre;
}
.table-wrapper {
max-width: 100%;
overflow: auto;

View File

@ -111,7 +111,8 @@ pre > code {
display: block;
padding: 0.5em;
-webkit-text-size-adjust: none;
white-space: pre-wrap;
overflow-x: auto;
white-space: pre;
}
.toc ul {