From f93d2cbdc1fee592b15daf13afcb4d21a97573b0 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 18 Oct 2013 22:44:39 +0300 Subject: [PATCH] [ticket/11552] Break long words Something that should have been added long time ago, but was not an issue until responsive design PHPBB3-11552 --- phpBB/styles/prosilver/theme/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 67e052b70c..50e8f36c80 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -60,6 +60,7 @@ body { line-height: normal; margin: 0; padding: 12px 0; + word-wrap: break-word; } h1 {