Commit 2133ec96 by Tom Giannattasio

fixed word wrap issue on discussions

parent 5fbbd0dd
......@@ -1260,6 +1260,10 @@ body.discussion {
padding: 40px;
min-height: 468px;
a {
word-wrap: break-word;
}
h1 {
margin-bottom: 10px;
font-size: 28px;
......
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