Merge pull request #1610 from Wevah/code-hyphens

Don't allow auto-hyphenation inside inline <code> elements
This commit is contained in:
Brent Simmons 2020-01-12 11:48:17 -08:00 committed by GitHub
commit 685e569387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,6 @@ pre {
padding: 5px;
word-wrap: normal;
word-break: normal;
-webkit-hyphens: none;
}
.nnw-overflow {
overflow-x: auto;
@ -141,6 +140,7 @@ pre {
code, pre {
font-family: "SF Mono", Menlo, "Courier New", Courier, monospace;
font-size: .8235rem;
-webkit-hyphens: none;
}
img, figure, video, iframe, div {
max-width: 100%;