forked from AkkomaGang/akkoma-fe
#451 - long username on follow/follower tabs
This commit is contained in:
parent
0659d2fd3a
commit
1c6e5d3688
1 changed files with 8 additions and 0 deletions
|
@ -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 a new issue