Fix other user's displayName being wrapped on the bubble message layout (#8456)

This commit is contained in:
Suguru Hirahara 2022-05-22 07:07:29 +00:00 committed by GitHub
parent 6825b43f42
commit 11cb48176e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 15 deletions

View file

@ -18,15 +18,18 @@ limitations under the License.
.mx_DisambiguatedProfile {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
.mx_DisambiguatedProfile_displayName {
font-weight: 600;
margin-inline-end: 0;
}
.mx_DisambiguatedProfile_mxid {
font-weight: 600;
font-size: 1.1rem;
margin-left: 5px;
margin-inline-start: 5px;
opacity: 0.5; // Match mx_TextualEvent
color: $primary-content;
}