ShokoAnime / Shoko-WebUI

Repository for the Web UI used in Shoko Server.
49 stars 23 forks source link

Directory title overflows in Unrecognized files view #1081

Closed Ariane-B closed 1 month ago

Ariane-B commented 1 month ago

VERSION INFORMATION

Server Version: 4.2.2.163 (bf2c5de)

Desktop Version: N/A

LOG FILE

N/A

DESCRIPTION

My folder's name overlaps with the next column.

4.2.2.163 (bf2c5de)

image

STEPS TO REPRODUCE

  1. Have a relatively long folder name
  2. Add an unrecognized file
  3. Go to the unrecognized files utility
Ariane-B commented 1 month ago

@harshithmohan Thanks for the quick fix! I would've recommended CSS overflow-wrap though, because there's a possibility people would have several folders with names that begin with the same string. Or truncate, but add a tooltip to read the full name/path?

edit: I didn't read the code properly. It literally mentions a tooltip. Never mind.