mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Enable ReplyChain text to be expanded on IRC layout (#8959)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
5fb9497edb
commit
1ef11a162c
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue