345 - fix long username issue in repeat status
This commit is contained in:
parent
8efe30c2dc
commit
4d930c7c26
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,8 @@
|
||||||
|
|
||||||
.user-name {
|
.user-name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
|
|
Loading…
Reference in a new issue