Wrapping up for the night. Mostly good for demo tomorrow morning.

This commit is contained in:
Scott Idem
2024-02-29 20:24:08 -05:00
parent 873e6d9f9a
commit b21f9c0437
7 changed files with 206 additions and 66 deletions

View File

@@ -76,3 +76,14 @@ body[data-theme]:has(#page.iframe) {
background: none;
background-image: none;
}
pre.pre_wrap {
white-space: pre-wrap;
word-break: normal;
word-wrap: normal;
border: none;
max-width: 100%;
overflow-x: auto;
}