From 68ce7bf35e7f8c15a296e5eb2cec7b81b570b110 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 13 Jun 2022 07:17:48 +0000 Subject: [PATCH] Remove an obsolete style declaration of .mx_ReplyChain_show (#8743) It was added with https://github.com/matrix-org/matrix-react-sdk/pull/6291/files#diff-11808ff6468e6efa5982f414119fcc8a3a3eea4090b1a4ebda8ed6eae732418aR163 It has not been effective for unknown period, and since the layout of the area has changed, it should be able to be safely removed. Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_EventBubbleTile.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 161fe9a6cc..8d338102b7 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -447,10 +447,6 @@ limitations under the License. flex-direction: column; } - .mx_ReplyChain_show { - order: 99999; - } - .mx_ReplyChain { .mx_EventTile_reply { max-width: 90%;