From 6f4fe840b3f5f90c57ff5ad23c4e311062489378 Mon Sep 17 00:00:00 2001 From: Antonio Date: Sun, 7 Oct 2018 21:38:28 -0700 Subject: [PATCH] [Fix] Inline tag word-break inside a

tag (#483) --- assets/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) 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;