fix(styles) restore wrapping of long text in pre blocks (#6377)

This commit is contained in:
Scott O'Hara
2020-09-11 03:51:36 +10:00
committed by GitHub
parent 7a63ba30c3
commit 26a0fd8e64

View File

@@ -8,6 +8,7 @@
white-space: pre-wrap;
background: none;
padding: 0px;
overflow-wrap: break-word;
}
code {
@@ -23,4 +24,4 @@
pre > code {
display: block;
}
}
}