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

Commit 3467d44

Browse files
authored
Merge pull request #5166 from Glandos/patch-1
Push name to the end, near text, in IRC layout
2 parents 9bcb687 + c62c019 commit 3467d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/rooms/_IRCLayout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ $irc-line-height: $font-18px;
186186
overflow: hidden;
187187
text-overflow: ellipsis;
188188
min-width: var(--name-width);
189+
text-align: end;
189190
}
190191
}
191192
}

0 commit comments

Comments
 (0)