UserPanel: Don't wrap text

This commit is contained in:
Alex Gleason 2020-08-02 22:19:52 -05:00
parent 4197e8e833
commit e943dc8b4c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -9,6 +9,7 @@
.user-panel__account__username {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
&__header {