Fix code block scrolling

This commit is contained in:
David Darnes 2018-01-01 21:21:09 +00:00
parent 1bbb124a8a
commit bb666b1320

View File

@ -154,4 +154,8 @@ video {
hr {
width: 100%;
}
pre {
white-space: pre;
overflow-x: scroll;
}
}