#451 - long username on follow/follower tabs

This commit is contained in:
dave 2019-03-21 13:06:37 -04:00
parent 0659d2fd3a
commit 1c6e5d3688
1 changed files with 8 additions and 0 deletions

View File

@ -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 {