Faithful-Resource-Pack / App

The official web application for the Faithful Website.
https://webapp.faithfulpack.net/
GNU Affero General Public License v3.0
1 stars 6 forks source link

[Bug] Texture names in the gallery hover popup get cut off if they're too long #99

Closed Pomi108 closed 1 year ago

Pomi108 commented 2 years ago

What happened?

Title.

To reproduce

  1. Go to the gallery
  2. Find a texture with a long enough name (≥~18 characters)
  3. See that the name is cut off

Screenshot(s)

obrazek

Browser name and version

Logs

No response

Notes

No response

TheRolfFR commented 2 years ago

Yes I know, but I don't really know what to do, I must have a fixed length bu I need not to overflow too, and long texture names are a hell of a pain.

Pomi108 commented 2 years ago

Wrap the line without any regard for words, just move the overflowing characters to the next line

Pomi108 commented 2 years ago

Also maybe increase the max width to like 30 characters