Make documentation code scroll horizontally (Fixes #720)

This commit is contained in:
Gregory Schier 2019-05-08 16:34:48 -04:00
parent 46483fd23e
commit b2247e4344

View File

@ -87,6 +87,7 @@
pre > code {
padding: @padding-sm;
overflow-x: auto;
}
& > ul,