stopped user handle from overflowing from its boundaries in user card

This commit is contained in:
RiedleroD 2024-07-03 17:45:40 +02:00 committed by Jeder
parent 57c789db24
commit 1f77d442a9

View file

@ -194,6 +194,7 @@
.user-screen-name {
min-width: 1px;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
color: $fallback--lightText;