Add ellipsis and title to spotlight search results (#34379)

This commit is contained in:
David Langley
2026-07-22 13:11:38 +00:00
committed by GitHub
parent 5603ae02d9
commit 5b0fd416fd
2 changed files with 17 additions and 2 deletions
@@ -259,6 +259,12 @@ Please see LICENSE files in the repository root for full details.
}
}
.mx_SpotlightDialog_result_name {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}
> .mx_SpotlightDialog_metaspaceResult,
> .mx_DecoratedRoomAvatar,
> .mx_BaseAvatar {