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. 9
      api-docs-slate/source/stylesheets/_custom.scss

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

@ -44,9 +44,14 @@
}
.content code {
white-space: pre;
hyphens: none;
word-break: break-word;
}
table code {
white-space: pre;
}
.toc-wrapper .toc-link.active {
background-color: #5659dc;
}
}

Loading…
Cancel
Save