Allow breaking long inline code snippets if necessary

develop
lethosor 2020-10-09 12:16:25 -04:00
parent c2280356cb
commit f10bc7678e
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 4 additions and 0 deletions

@ -61,3 +61,7 @@ div.body li > p {
margin-top: 0;
margin-bottom: 0;
}
span.pre {
overflow-wrap: break-word;
}