diff --git a/assets/css/screen.css b/assets/css/screen.css index 4ea2531..90ad8bf 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -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;