sets wordbreak in firefox for long code

This commit is contained in:
Ashley Blewer 2017-08-07 15:25:15 -04:00
parent 7bd05a8163
commit fd1d596f50

View File

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