From 9706eb30599d9d1a685740ae296d6e2554206c5e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 11 Feb 2017 23:50:49 +0900 Subject: Use overflow-wrap instead of word-wrap --- src/web/about/resources/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/about/resources/style.css') diff --git a/src/web/about/resources/style.css b/src/web/about/resources/style.css index 18a7e2d786..028bffa525 100644 --- a/src/web/about/resources/style.css +++ b/src/web/about/resources/style.css @@ -37,7 +37,7 @@ main { padding: 32px; width: 100%; max-width: 700px; - word-wrap: break-word; + overflow-wrap: break-word; } @media screen and (max-width: 700px) { main { -- cgit v1.3.1-freya