From 818ed946f3e3b1cf3f0d3309ca4f03c7d396444c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 16 Feb 2015 12:01:39 +0100 Subject: [PATCH] Fix image max-width on US comments --- app/styles/modules/common/history.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/styles/modules/common/history.scss b/app/styles/modules/common/history.scss index 1cfc957d..fb6d97d8 100644 --- a/app/styles/modules/common/history.scss +++ b/app/styles/modules/common/history.scss @@ -213,10 +213,10 @@ margin-bottom: .5rem; } .activity-user { - flex-basis: 50px; - flex-grow: 1; + flex-basis: 60px; + flex-shrink: 0; + margin-right: 1rem; img { - max-width: 70px; width: 100%; } } @@ -224,10 +224,9 @@ color: $green-taiga; margin-bottom: .5rem; } - .activity-content { - flex-basis: 150px; - flex-grow: 20; + flex-shrink: 0; + max-width: calc(100% - 80px); } .changes { background: $whitish;