1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-05 18:13:03 +01:00

Merge branch '345-long-username' into 'develop'

345 - fix long username issue in repeat status

Closes 

See merge request 
This commit is contained in:
Shpuld Shpludson 2019-02-12 14:45:54 +00:00
commit 8cce505cf5

View file

@ -438,6 +438,8 @@
.user-name {
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
img {
width: 14px;