stopped username from wrapping…

This commit is contained in:
RiedleroD 2024-05-20 16:20:50 +02:00 committed by RiedleroD
parent 88aae1706a
commit 918b0e3770

View file

@ -255,6 +255,8 @@
margin-right: 1em;
font-size: 1.1em;
grid-area: name;
white-space: nowrap;
max-width: 100%;
}
.user-meta {