[Fix] Inline <code> tag word-break inside a <p> tag (#483)
This commit is contained in:
parent
8a9efb5ef1
commit
6f4fe840b3
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue