Skip to content

Fix/tooltip overflow issue#4050

Open
jatin78600 wants to merge 5 commits intoprocessing:developfrom
jatin78600:fix/tooltip-overflow-issue
Open

Fix/tooltip overflow issue#4050
jatin78600 wants to merge 5 commits intoprocessing:developfrom
jatin78600:fix/tooltip-overflow-issue

Conversation

@jatin78600
Copy link
Copy Markdown

Issue:

Fixes #3882
The tooltip in the Collections table was overflowing its container, causing a horizontal scrollbar. I fixed this by:
-> Changing the tooltip anchor from left to right.
-> Setting a max-width and enabling white-space: normal so long text wraps correctly.

##demo
Screenshot 2026-03-28 at 8 26 30 PM

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

@welcome
Copy link
Copy Markdown

welcome bot commented Mar 28, 2026

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

@jatin78600
Copy link
Copy Markdown
Author

please merge. this one sir .

@jatin78600
Copy link
Copy Markdown
Author

I fix it sir pls review it and merge it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Tooltip for Remove from Collection List Button

1 participant