From 4d2ffcbe51c3ebcea59344c3da2d82ba72ec64b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 11 Mar 2015 08:43:09 +0100 Subject: [PATCH] Fix history broken width. TG-2396 #STATUS-ready-for-test --- app/styles/modules/common/history.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/modules/common/history.scss b/app/styles/modules/common/history.scss index ad14a78f..6fad337a 100644 --- a/app/styles/modules/common/history.scss +++ b/app/styles/modules/common/history.scss @@ -227,7 +227,7 @@ } .activity-content { flex-shrink: 0; - max-width: calc(100% - 80px); + width: calc(100% - 80px); } .changes { background: $whitish;