Merge pull request #4991 from matrix-org/joriks/irc-layout-fix-name-jump

Fix names jumping on hover in irc layout
This commit is contained in:
Jorik Schellekens
2020-07-16 04:38:26 +01:00
committed by GitHub

View File

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