From 619fc7d9822da1a35a208ed1730d5f1eda422283 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 25 Jun 2013 14:49:09 -0400 Subject: [PATCH] prevent hero unit text from breaking mobile layout if its too long --- public/css/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/style.less b/public/css/style.less index 71e05e21f7..751e1dfe38 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -320,6 +320,7 @@ footer.footer { background: #56BCDA; color: white; padding: 30px; + word-wrap: break-word; } .users-box{