Fix edited reply quote collapse (#33487)

* Fix edited reply quote collapse

* Add regression test for edited reply quotes
This commit is contained in:
Zack
2026-05-13 10:23:56 +00:00
committed by GitHub
parent 85aca65a81
commit 8400f56004
4 changed files with 85 additions and 2 deletions
@@ -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] {