forked from AkkomaGang/akkoma-fe
Merge branch '345-long-username' into 'develop'
345 - fix long username issue in repeat status Closes #345 See merge request pleroma/pleroma-fe!567
This commit is contained in:
commit
8cce505cf5
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,8 @@
|
|||
|
||||
.user-name {
|
||||
font-weight: bold;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
img {
|
||||
width: 14px;
|
||||
|
|
Loading…
Reference in a new issue