Commit ac2459327f
Changed files (1)
lib
docs
lib/docs/index.html
@@ -26,6 +26,9 @@
margin: 0;
overflow-x: auto;
}
+ :not(pre) > code {
+ white-space: break-spaces;
+ }
code {
font-family:"Source Code Pro",monospace;
font-size: 0.9em;