From f1b557f995bad48dc4443a25ba73f1c8e6c5195a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 2 Nov 2020 11:29:22 +0100 Subject: [PATCH] add comment --- src/platform/web/ui/css/themes/element/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/web/ui/css/themes/element/theme.css b/src/platform/web/ui/css/themes/element/theme.css index 9d1e92d8..a87b3715 100644 --- a/src/platform/web/ui/css/themes/element/theme.css +++ b/src/platform/web/ui/css/themes/element/theme.css @@ -575,6 +575,7 @@ so the timeline doesn't jump when the image loads */ .message-container .picture > .spacer { /* TODO: can we implement this with a pseudo element? or perhaps they are not grid items? */ width: 100%; + /* don't stretch height as it is a spacer, just in case it doesn't match with image height */ align-self: start; }