wiki
wiki copied to clipboard
fix Code block does not wrap text when printing
issue this fixes: https://github.com/requarks/wiki/issues/1496
I moved it to client/themes/default/scss/app.scss in 1b6c67ee77b3ad3bf1b2cb3380c2a3eda28aa3f2 to keep it consistent with other print rules.
I also changed "word-wrap" with "overflow-wrap" which is the correct standard property to use. See MDN.