Commit 861c8e9
authored
Truncates run name on homepage (#1507)
## Description
Added truncation to long pipeline run names in the RunRow component to prevent UI overflow. The name is now limited to a maximum width of 400px and displays a tooltip with the full name when hovered.
## Type of Change
- [x] Bug fix
- [x] Improvement
## Checklist
- [x] I have tested this does not break current pipelines / runs functionality
- [x] I have tested the changes on staging
## Screenshots (if applicable)
Before

After:

## Test Instructions
1. Create a pipeline run with a very long name
2. Verify that the name is truncated in the UI with an ellipsis
3. Hover over the truncated name to confirm the full name appears in a tooltip1 parent f40863c commit 861c8e9
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
0 commit comments