From dfbfe4210b62e3eb3aab477c358ac2d147a7dc3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 13 Mar 2015 08:48:30 +0100 Subject: [PATCH] Fix long text breaks on history. TG-2433 #ready-for-test --- app/styles/modules/common/history.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/modules/common/history.scss b/app/styles/modules/common/history.scss index 6fad337a..688bcb9e 100644 --- a/app/styles/modules/common/history.scss +++ b/app/styles/modules/common/history.scss @@ -35,6 +35,7 @@ } .activity-fromto { @extend %small; + word-wrap: break-word; } } .history-tabs {