From ece10386a1b9bbff6b0a09a8462fa9f8273ca2e0 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Mon, 26 Sep 2016 19:12:46 -0300 Subject: [PATCH] FIX: Long words on title shouldn't break layout --- app/assets/stylesheets/common/base/_topic-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 42f2a03b115..5e43005e9ac 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -73,6 +73,7 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh font-size: 1.143em; a.title { padding: 15px 0; + word-break: break-word; } }