fix nickname in cursor reticle being able to wrap onto multiple lines

This commit is contained in:
liquidex 2024-09-01 20:02:47 +02:00
parent a30c36c92a
commit 6cfbc4f05f

View file

@ -114,6 +114,7 @@ rkgk-reticle-cursor {
position: absolute;
top: 20px;
left: 8px;
width: max-content;
color: white;
background-color: var(--color);