Skip to content

[FIX] [UI] Truncate long project names in sidebar project dropdown#3709

Merged
muli-cohen merged 1 commit into
mlrun:developmentfrom
arturrybalskyy-dev:fix/sidebar-project-dropdown-truncate
Jun 30, 2026
Merged

[FIX] [UI] Truncate long project names in sidebar project dropdown#3709
muli-cohen merged 1 commit into
mlrun:developmentfrom
arturrybalskyy-dev:fix/sidebar-project-dropdown-truncate

Conversation

@arturrybalskyy-dev

@arturrybalskyy-dev arturrybalskyy-dev commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

📝 Description

Long project names in the sidebar project dropdown were wrapping to multiple lines instead of being truncated. This fix replaces the wrapping behavior with EllipsisTooltip, showing ... for overflowing names and a tooltip with the full name on hover.


🛠️ Changes Made

  • Replaced plain <span> with EllipsisTooltip

✅ Checklist

  • I have given the PR a well-structured title describing the domain and the specific change that was made
  • I tested the changes in the browser (locally or via preview build)
  • I confirmed that existing tests pass
  • I added or updated unit / integration tests (if needed)
  • I checked that this change doesn't introduce new console warnings or lint / formatting errors
  • I updated the relevant Jira ticket with the appropriate details and status

🔗 References


🚨 Potentially Breaking Changes

  • Yes
  • No

Includes DRC change

  • Yes
  • No

@muli-cohen muli-cohen merged commit c9eb27c into mlrun:development Jun 30, 2026
3 checks passed
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.

3 participants