Ver Fonte

break long code strings

Heydon Pickering há 8 anos atrás
pai
commit
b60e134014
3 ficheiros alterados com 8 adições e 0 exclusões
  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;

Diff do ficheiro suprimidas por serem muito extensas
+ 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;

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff