Revert "Allow code elements to wrap if necessary (#10366)" (#10729)

This reverts commit efe635302c4cdbcfa5e63d7601fef4d19dba1261.
This commit is contained in:
Franck Nijhof 2019-10-12 11:41:05 +02:00 committed by GitHub
parent 43cd38f9b2
commit 711b915573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,7 +535,7 @@ code {
font-size: 0.8em;
color: #1990b8;
word-spacing: normal;
word-break: break-word;
word-break: normal;
word-wrap: normal;
-moz-tab-size: 4;
@ -556,4 +556,4 @@ code {
border: 1px solid #ddd;
border-radius: 0.4em;
padding: .1em .4em
}
}