break long code strings

This commit is contained in:
Heydon Pickering 2017-08-02 22:45:16 +01:00
parent cfc59fea43
commit b60e134014
3 changed files with 9 additions and 1 deletions

View File

@ -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 one or more lines are too long

View File

@ -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;