Merge pull request #5166 from Glandos/patch-1

Push name to the end, near text, in IRC layout
This commit is contained in:
Travis Ralston 2020-11-18 15:46:07 -07:00 committed by GitHub
commit 3467d44d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,6 +186,7 @@ $irc-line-height: $font-18px;
overflow: hidden;
text-overflow: ellipsis;
min-width: var(--name-width);
text-align: end;
}
}
}