-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: long nft folder names wrapping in nft details #1146
Conversation
Allure Report
smokeTests: ✅ test report for 1e33cd80
|
{folder && <Breadcrumb.Item>{folder}</Breadcrumb.Item>} | ||
{folder && ( | ||
<Breadcrumb.Item> | ||
<Tooltip label={folder}>{parseFolderName(folder)}</Tooltip> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have an Elipsis
component. Please use it instead. It has a built-in Tooltip 😉
Quality Gate passedIssues Measures |
Checklist
Proposed solution
Explain how does this PR solves the problem stated in JIRA ticket.
You can also enumerate different alternatives considered while approaching this task.
Testing
Create a folder name with maximum length and check nft details. Hover on it.
Screenshots