Commit d16a3bb
committed
fix(webapp): truncate task title in landing page side menu
Long task names in the side menu heading pushed the Test button off the
panel edge instead of truncating. The header row is a grid item whose
default min-width let it grow to the full title width, so the title never
truncated. Add min-w-0 to the header container so it shrinks to the panel
and the title truncates with an ellipsis. The scheduled task page already
did this; this brings the standard and agent task pages in line.1 parent 448443a commit d16a3bb
3 files changed
Lines changed: 8 additions & 2 deletions
File tree
- .server-changes
- apps/webapp/app/routes
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.agents.$agentParam
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.tasks.standard.$taskParam
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments