UserPanel: Don't wrap text

merge-requests/155/head
Alex Gleason 4 years ago
parent 4197e8e833
commit e943dc8b4c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save