Merge pull request #219 from amiaopensource/wordbreak-in-ff

sets wordbreak in firefox for long code
This commit is contained in:
Ashley
2017-08-07 16:44:12 -04:00
committed by GitHub

View File

@ -4,6 +4,7 @@ h1, h2, h3, h4, h5, h6 {
code {
word-break: break-all;
word-wrap: break-word;
}
dd {