#451 - long username on follow/follower tabs
This commit is contained in:
parent
0659d2fd3a
commit
1c6e5d3688
@ -52,6 +52,14 @@
|
||||
width: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
&-expanded-content {
|
||||
|
Loading…
Reference in New Issue
Block a user