From 6cfbc4f05fc22055e57d279ae681ea6caaaa528d Mon Sep 17 00:00:00 2001 From: liquidev Date: Sun, 1 Sep 2024 20:02:47 +0200 Subject: [PATCH] fix nickname in cursor reticle being able to wrap onto multiple lines --- static/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.css b/static/index.css index 3114fd9..5f10771 100644 --- a/static/index.css +++ b/static/index.css @@ -114,6 +114,7 @@ rkgk-reticle-cursor { position: absolute; top: 20px; left: 8px; + width: max-content; color: white; background-color: var(--color);