-
-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This issue is related to the way the documentation is displayed on page https://the-one-api.dev/documentation.
Some of the endpoints urls are truncated with elipses which prevents the user from seeing all of it (unless they change the width of the window - works fine in narrow screens).
This should be easy to fix by removing the text-overflow: ellipsis and using overflow-wrap or word-break (not sure which would work best here).
Another option would be to add a tooltip on hover containing the full text when it gets truncated.
Screenshots taken on width of 1440px:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

