mirror of https://github.com/vector-im/riot-web
Merge pull request #4991 from matrix-org/joriks/irc-layout-fix-name-jump
Fix names jumping on hover in irc layoutpull/21833/head
commit
6bf5b5ff2b
|
@ -184,6 +184,7 @@ $irc-line-height: $font-18px;
|
|||
> .mx_SenderProfile_name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
min-width: var(--name-width);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue