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;
@ -550,4 +550,4 @@ code {
border: 1px solid #ddd;
border-radius: 0.4em;
padding: .1em .4em
}
}