diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index 9e6d415557..a0489d6b38 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -850,6 +850,12 @@ $left-gutter: 64px; line-height: var(--EventTile_ThreadSummary-line-height); font-size: $font-12px; // Same font size as the counter on the main panel } + + .mx_ThreadSummary_content { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + } } }