Merge pull request #1496 from Wevah/table-overflow-wrapper

Table overflow wrapper
This commit is contained in:
Maurice Parker
2019-12-31 16:24:43 -07:00
committed by GitHub
2 changed files with 52 additions and 1 deletions

View File

@@ -131,6 +131,9 @@ pre {
word-break: normal;
-webkit-hyphens: none;
}
.nnw-overflow {
overflow-x: auto;
}
code, pre {
font-family: "SF Mono", Menlo, "Courier New", Courier, monospace;
font-size: 14px;