[Bug] If the game title is too long, it gets cut off
Before Reporting
- [X] I found no existing issues matching my bug
- [X] I found no existing issues matching my bug on the Millennium Repo
- [X] I completely restarted Steam and checked if the bug is still there
- [X] I have checked if I use the latest version
Describe the Bug!
If the game title is too long, it gets cut off if you're not on the library page
If you're on the library page, the game title doesn't get cut off.
Expected Behavior
The game title doesn't get cut off
Steps To Reproduce
- Open any other site then library (in my case it's workshop)
- Hover over a long game title
Operating System
Windows
Other Examples:
this is difficult for me to fix, because the store, etc. is an extra window which is placed over the main steam window and therefore you can't display the text over this extra window, what you could do is a scroll animation that plays automatically when you hover over a game where the title is too long, but since steam is not well coded in some places this is only possible with JS and since I currently only know a few basics it is not possible for me to fix it so far, but I will let you know when I have learned enough JS to fix this bug.