diff --git a/assets/index.html b/assets/index.html index 340b79a..29c2c12 100644 --- a/assets/index.html +++ b/assets/index.html @@ -175,6 +175,10 @@ overflow-x: hidden; overflow-y: auto; } + + .main-view { + overflow-wrap: anywhere; + } .firstline { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; @@ -197,6 +201,10 @@ font-weight: 700; } + .header-value { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + } + .code-view { display: block; padding: 10px;