From 425f8364c38b7c68dcfa285b37020b3b9a6db45f Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 24 Apr 2018 02:25:35 +0200 Subject: [PATCH] Fixed word-wrap in paragraphs --- styles/typography.scarlet | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/styles/typography.scarlet b/styles/typography.scarlet index 9915497f..1f652ba0 100644 --- a/styles/typography.scarlet +++ b/styles/typography.scarlet @@ -27,11 +27,14 @@ hr opacity 0.1 margin-bottom content-padding -p > img - max-width 100% - border-radius ui-element-border-radius - display inherit - margin 0 auto +p + word-wrap break-word + + > img + max-width 100% + border-radius ui-element-border-radius + display inherit + margin 0 auto .furigana opacity 0.25