UserPanel: Don't wrap text

This commit is contained in:
Alex Gleason
2020-08-02 22:19:52 -05:00
parent 4197e8e833
commit e943dc8b4c

View File

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