Fix text flow of thread summary content on threads list (#8991)

This commit is contained in:
Suguru Hirahara
2022-07-06 06:33:40 +00:00
committed by GitHub
parent 7f5bb61a79
commit 434f39fa0f

View File

@@ -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;
}
}
}