Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 419baeb

Browse files
authored
Merge pull request #6186 from SimonBrandner/fix/irc-layout-display-name/17645
Fix display name overlaps on the IRC layout
2 parents 6b4f63d + d08495b commit 419baeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/rooms/_IRCLayout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ $irc-line-height: $font-18px;
178178
overflow: hidden;
179179
display: flex;
180180

181-
> .mx_SenderProfile_name {
181+
> .mx_SenderProfile_displayName {
182182
overflow: hidden;
183183
text-overflow: ellipsis;
184184
min-width: var(--name-width);
@@ -207,7 +207,7 @@ $irc-line-height: $font-18px;
207207
background: transparent;
208208

209209
> span {
210-
> .mx_SenderProfile_name {
210+
> .mx_SenderProfile_displayName {
211211
min-width: inherit;
212212
}
213213
}

0 commit comments

Comments
 (0)