From ab2aef3f3ebd720e784fd3fed2b775c846ed4ff9 Mon Sep 17 00:00:00 2001 From: Manan Sadana Date: Tue, 3 Oct 2023 13:25:31 +0530 Subject: [PATCH] Avatar image shrink fixed (#11698) Co-authored-by: Manan Sadana --- res/css/views/rooms/_ReadReceiptGroup.pcss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/rooms/_ReadReceiptGroup.pcss b/res/css/views/rooms/_ReadReceiptGroup.pcss index b09b818a7a..7970d1f9aa 100644 --- a/res/css/views/rooms/_ReadReceiptGroup.pcss +++ b/res/css/views/rooms/_ReadReceiptGroup.pcss @@ -109,6 +109,7 @@ limitations under the License. margin: 6px 8px; align-self: center; justify-self: center; + flex-shrink: 0; // Long names should not shrink the picture } .mx_ReadReceiptGroup_name {