[Fix] Inline <code> tag word-break inside a <p> tag (#483)

This commit is contained in:
Antonio 2018-10-07 21:38:28 -07:00 committed by John O'Nolan
parent 8a9efb5ef1
commit 6f4fe840b3
1 changed files with 4 additions and 0 deletions

View File

@ -915,6 +915,10 @@ Usage (In Ghost editor):
border-radius: 3px;
}
.post-full-content p code {
word-break: break-all;
}
.post-full-content pre {
overflow-x: auto;
margin: 1.5em 0 3em;