Merge pull request #1140 from HayatoDoi/gh-pages-pre-wrap

The code is not wrapped when reading a document from a smartphone.
This commit is contained in:
Mike Angell
2019-09-04 14:36:36 +10:00
committed by GitHub
+1
View File
@@ -123,6 +123,7 @@ pre {
padding: 8px 12px;
border: 1px solid $color-blue-2;
word-wrap: break-word;
white-space: pre-wrap;
> code {
border: 0;