Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 434f39f

Browse files
authored
Fix text flow of thread summary content on threads list (#8991)
1 parent 7f5bb61 commit 434f39f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,12 @@ $left-gutter: 64px;
850850
line-height: var(--EventTile_ThreadSummary-line-height);
851851
font-size: $font-12px; // Same font size as the counter on the main panel
852852
}
853+
854+
.mx_ThreadSummary_content {
855+
text-overflow: ellipsis;
856+
overflow: hidden;
857+
white-space: nowrap;
858+
}
853859
}
854860
}
855861

0 commit comments

Comments
 (0)