mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08: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
@ -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 New Issue
Block a user