fix name jump

pull/21833/head
Jorik Schellekens 2020-07-16 03:14:20 +01:00
parent e1cf5ecd2f
commit bcbb3e8169
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ $irc-line-height: $font-18px;
> .mx_SenderProfile_name {
overflow: hidden;
text-overflow: ellipsis;
min-width: var(--name-width);
}
}
}