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 + app/Resources/static/themes/material/css/media_queries.scss | 10 ++++++++++ 2 files changed, 11 insertions(+) (limited to 'app') 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, diff --git a/app/Resources/static/themes/material/css/media_queries.scss b/app/Resources/static/themes/material/css/media_queries.scss index 69e3d47d..72584426 100644 --- a/app/Resources/static/themes/material/css/media_queries.scss +++ b/app/Resources/static/themes/material/css/media_queries.scss @@ -22,6 +22,16 @@ padding-left: 0; } + table { + display: block; + overflow: auto; + } + + iframe { + max-width: 100%; + height: auto; + } + .nav-panels .action { padding-right: 0.75rem; } -- cgit v1.2.3