From 84be79a4d0af3e985a236c6d7d39811e2d8c1fe7 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 1 Jul 2022 14:27:54 +0900 Subject: [PATCH] Enable ReplyChain text to be expanded on IRC layout Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_IRCLayout.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/css/views/rooms/_IRCLayout.scss b/res/css/views/rooms/_IRCLayout.scss index bff0175d35d..4794b6d1490 100644 --- a/res/css/views/rooms/_IRCLayout.scss +++ b/res/css/views/rooms/_IRCLayout.scss @@ -138,6 +138,12 @@ $irc-line-height: $font-18px; // add a 1px padding top and bottom because our larger emoji font otherwise gets cropped by anti-zalgo padding: 1px 0; } + + .mx_ReplyTile { + .mx_MTextBody { + display: -webkit-box; // Enable -webkit-line-clamp + } + } } .mx_EventTile_reply {