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

Fix names jumping on hover in irc layout
pull/21833/head
Jorik Schellekens 2020-07-16 04:38:26 +01:00 committed by GitHub
commit 6bf5b5ff2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}
}
}