Commit cf33acb3 authored by Phil Hughes's avatar Phil Hughes

Fixed wrapping of lines on smaller viewports

parent 5cf89e70
......@@ -20,6 +20,8 @@
border-left: 1px solid;
code {
display: inline-block;
min-width: 100%;
font-family: $monospace_font;
white-space: normal;
word-wrap: normal;
......@@ -31,6 +33,7 @@
min-height: 19px;
padding-left: 10px;
padding-right: 10px;
white-space: pre;
}
}
}
......
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