Browse Source

break long code strings

Heydon Pickering 8 years ago
parent
commit
b60e134014
3 changed files with 8 additions and 0 deletions
  1. 4 0
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 4 0
      themes/infusion/static/css/styles.css

+ 4 - 0
docs/css/styles.css

@@ -433,6 +433,7 @@ main {
     display: block;
     counter-reset: fig;
     min-height: 100vh;
+    overflow: hidden;
 }
 figcaption::before {
     counter-increment: fig;
@@ -799,6 +800,9 @@ h1 svg {
     [aria-expanded="true"] + #patterns-list {
         display: block;
     }
+    code {
+      word-break: break-all;
+    }
     .tested th,
     .tested td {
         display: block;

File diff suppressed because it is too large
+ 0 - 0
docs/service-worker.js


+ 4 - 0
themes/infusion/static/css/styles.css

@@ -433,6 +433,7 @@ main {
     display: block;
     counter-reset: fig;
     min-height: 100vh;
+    overflow: hidden;
 }
 figcaption::before {
     counter-increment: fig;
@@ -799,6 +800,9 @@ h1 svg {
     [aria-expanded="true"] + #patterns-list {
         display: block;
     }
+    code {
+      word-break: break-all;
+    }
     .tested th,
     .tested td {
         display: block;

Some files were not shown because too many files changed in this diff