SnailHunter ADMIN
2026.08.11
Confirmed — the quest title text has no width limit at all, so it just keeps drawing until it runs out of characters, straight through the window border.
Two things in your screenshot come from that same cause. "Han the Broker and the Mystical Mineral" runs off the right edge of the window onto the map behind it. And the top row looks like two lines of text on top of each other because the long title has run underneath the green "ready to turn in" tag that sits right-aligned on the same row — so the black title and the green tag overlap.
Fix: each title is now measured against the space actually available (the content column, minus room for the green tag when there is one) and trimmed with a "…" if it doesn't fit. The full title is still readable in the detail panel when you click the quest.
Two things in your screenshot come from that same cause. "Han the Broker and the Mystical Mineral" runs off the right edge of the window onto the map behind it. And the top row looks like two lines of text on top of each other because the long title has run underneath the green "ready to turn in" tag that sits right-aligned on the same row — so the black title and the green tag overlap.
Fix: each title is now measured against the space actually available (the content column, minus room for the green tag when there is one) and trimmed with a "…" if it doesn't fit. The full title is still readable in the detail panel when you click the quest.








