Fix edited reply quote collapse (#33487)
* Fix edited reply quote collapse * Add regression test for edited reply quotes
This commit is contained in:
@@ -66,6 +66,12 @@ Please see LICENSE files in the repository root for full details.
|
||||
display: inline;
|
||||
}
|
||||
|
||||
// The annotation wrapper is flex in normal timeline messages, but that stops
|
||||
// -webkit-line-clamp from trimming long edited quotes down to two lines.
|
||||
[data-textual-body-annotation-wrapper] {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
// Hide line numbers and edited indicator
|
||||
.mx_EventTile_lineNumbers,
|
||||
[data-textual-body-edited-marker] {
|
||||
|
||||
Reference in New Issue
Block a user