Commit ebb91c7f authored by Annabel Dunstone's avatar Annabel Dunstone

Wrap code blocks to next line

parent 2c647239
...@@ -16,8 +16,9 @@ ...@@ -16,8 +16,9 @@
code { code {
font-family: $monospace_font; font-family: $monospace_font;
white-space: pre; white-space: pre-wrap;
word-wrap: normal; word-wrap: normal;
word-break: break-word;
} }
kbd { kbd {
......
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