Browse Source

fix long-line code css

code-css
Matthew Zipkin 6 years ago
parent
commit
2e2a3de735
No known key found for this signature in database GPG Key ID: E7E2984B6289C93A
  1. 5
      api-docs-slate/source/stylesheets/_custom.scss

5
api-docs-slate/source/stylesheets/_custom.scss

@ -44,6 +44,11 @@
}
.content code {
hyphens: none;
word-break: break-word;
}
table code {
white-space: pre;
}

Loading…
Cancel
Save