From a6e5637507d9e55f131c1cb6fe2e9606127f9b1f Mon Sep 17 00:00:00 2001 From: Simounet Date: Mon, 21 May 2018 19:47:28 +0200 Subject: Fix overflow wrap issue --- app/Resources/static/themes/material/css/article.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Resources/static/themes/material/css/article.scss') diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index 2d4ef4b4..75658a58 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss @@ -11,6 +11,7 @@ color: #424242; font-size: 18px; line-height: 1.7em; + overflow-wrap: break-word; h1, h2, -- cgit v1.2.3