From e99e4362ff5b7b5cf510c7968ae97003b61ef0a7 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 8 Jan 2020 18:22:47 -0700 Subject: [PATCH] Fix to not let the avatar become smaller when we large bylines. Issue #1574 --- iOS/Resources/styleSheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 6b267b8b3..b5d4b1900 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -91,6 +91,7 @@ body > .systemMessage { } .avatar img { border-radius: 4px; + max-width: none; } .feedIcon { border-radius: 4px;