mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-14 04:18:04 +00:00
[Fix] Inline <code> tag word-break inside a <p> tag (#483)
This commit is contained in:
parent
8a9efb5ef1
commit
6f4fe840b3
@ -915,6 +915,10 @@ Usage (In Ghost editor):
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-full-content p code {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
.post-full-content pre {
|
.post-full-content pre {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
margin: 1.5em 0 3em;
|
margin: 1.5em 0 3em;
|
||||||
|
Loading…
Reference in New Issue
Block a user