stopped user handle from overflowing from its boundaries in user card
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
RiedleroD 2024-07-03 17:45:40 +02:00 committed by RiedleroD
parent 2e83ccefdc
commit a74a631793

View file

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