message_header: Abbreviate topic names in all overlays.

Fixes #25353
This commit is contained in:
Hardik Dharmani 2023-05-02 21:14:22 +05:30 committed by Tim Abbott
parent 1285c39098
commit 99a988e220
1 changed files with 2 additions and 0 deletions

View File

@ -1172,6 +1172,8 @@ td.pointer {
.message_label_clickable.narrows_by_topic {
position: relative;
top: 0.5px;
overflow: hidden;
text-overflow: ellipsis;
}
}