Allow code elements to wrap if necessary (#10366)

This commit is contained in:
Alec Rust 2019-10-02 22:14:59 +01:00 committed by Franck Nijhof
parent 9dd720e5df
commit efe635302c

View File

@ -529,7 +529,7 @@ code {
font-size: 0.8em;
color: #1990b8;
word-spacing: normal;
word-break: normal;
word-break: break-word;
word-wrap: normal;
-moz-tab-size: 4;