Skip to content

Commit

Permalink
Enable ReplyChain text to be expanded on IRC layout (#8959)
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Jul 1, 2022
1 parent 5fb9497 commit 1ef11a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/css/views/rooms/_IRCLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1ef11a1

Please sign in to comment.