Commit 9ccab7ef authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Added break-word wrap

parent eeaeb275
......@@ -106,6 +106,10 @@
span {
white-space: pre-wrap;
}
.line {
word-wrap: break-word;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment