From 605fbd3e4ef40e01123f384d1260a7de76f2c174 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 20 Apr 2022 19:24:34 +0000 Subject: [PATCH] Remove float property to let the margin between events appear on bubble message layout (#8373) * Add margin between events on bubble message layout Signed-off-by: Suguru Hirahara * Use more simplified way Because the float property prevents the margin from appearing, removing the property is more straightforward than adding other rules. Signed-off-by: Suguru Hirahara Co-authored-by: Kerry --- res/css/views/rooms/_EventBubbleTile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index c2992589d0f..ca58c666ccf 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -154,7 +154,7 @@ limitations under the License. &[data-self=true] { .mx_EventTile_line { - float: right; + margin-inline-start: auto; border-bottom-left-radius: var(--cornerRadius); .mx_MImageBody .mx_MImageBody_thumbnail_container,