aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/article.scss
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2018-05-24 07:16:36 +0200
committerGitHub <noreply@github.com>2018-05-24 07:16:36 +0200
commit1d770f9867a30ae6ac1351de80b2ce733c2673fa (patch)
treea9fdf7276fe1b024332a6f8a7ab29509efd9e99e /app/Resources/static/themes/material/css/article.scss
parent11f15430ffc67e30f084cffc8e909ace87ce19e1 (diff)
parenta6e5637507d9e55f131c1cb6fe2e9606127f9b1f (diff)
downloadwallabag-1d770f9867a30ae6ac1351de80b2ce733c2673fa.tar.gz
wallabag-1d770f9867a30ae6ac1351de80b2ce733c2673fa.tar.zst
wallabag-1d770f9867a30ae6ac1351de80b2ce733c2673fa.zip
Merge pull request #3652 from Simounet/fix/overflow-wrap
Fix overflow wrap issue
Diffstat (limited to 'app/Resources/static/themes/material/css/article.scss')
-rw-r--r--app/Resources/static/themes/material/css/article.scss1
1 files changed, 1 insertions, 0 deletions
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 @@
11 color: #424242; 11 color: #424242;
12 font-size: 18px; 12 font-size: 18px;
13 line-height: 1.7em; 13 line-height: 1.7em;
14 overflow-wrap: break-word;
14 15
15 h1, 16 h1,
16 h2, 17 h2,