1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/11552] Break long words

Something that should have been added long time
ago, but was not an issue until responsive design

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-10-18 22:44:39 +03:00
parent a23d4526fd
commit f93d2cbdc1

View File

@ -60,6 +60,7 @@ body {
line-height: normal;
margin: 0;
padding: 12px 0;
word-wrap: break-word;
}
h1 {