fix name jump

This commit is contained in:
Jorik Schellekens 2020-07-16 03:14:20 +01:00
parent e1cf5ecd2f
commit bcbb3e8169

View File

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