UserPanel: Don't wrap text
This commit is contained in:
parent
4197e8e833
commit
e943dc8b4c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
.user-panel__account__username {
|
.user-panel__account__username {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__header {
|
&__header {
|
||||||
|
|
Loading…
Reference in a new issue