Fix primary not user name length

This commit is contained in:
Bojan Mojsilovic 2024-01-16 11:44:31 +01:00
parent 21bbb42e9a
commit 0a40efeb57

View File

@ -54,7 +54,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
max-width: 100px; max-width: 460px;
color: var(--text-primary); color: var(--text-primary);
margin-right: 2px; margin-right: 2px;
} }