1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-05-05 22:14:04 -04: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

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