Add Members: Fix user status text overflow (#2941)

This commit is contained in:
Alexander Zinchuk 2023-04-06 08:20:49 +02:00
parent 9232f5c5fe
commit 11d77e14c4

View File

@ -73,6 +73,8 @@
.subtitle { .subtitle {
text-align: initial; text-align: initial;
unicode-bidi: plaintext; unicode-bidi: plaintext;
text-overflow: ellipsis;
overflow: hidden;
} }
.other-usernames { .other-usernames {