UserPanel: Don't wrap text
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
.user-panel__account__username {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&__header {
|
||||
|
||||
Reference in New Issue
Block a user