From 4136a62be2fd1cac151220316ff2b62b396376c2 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 2 Feb 2021 17:48:37 +0000 Subject: [PATCH] Fix flair height after accent changes The accent changes in https://github.com/matrix-org/matrix-react-sdk/pull/5569 led to a regression in flair display where the bottom edge was clipped. Fixes https://github.com/vector-im/element-web/issues/16350 Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/5569 --- res/css/views/rooms/_EventTile.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index 429ac7ed4b..acf3049804 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -74,7 +74,6 @@ $left-gutter: 64px; margin-left: 5px; display: inline-block; vertical-align: top; - height: 16px; overflow: hidden; user-select: none;