Commit 26c3108
fix: prevent copy button overlapping E2B badge in template name cell (#457)
The copy button in the templates list Name cell was absolutely
positioned (`absolute right-0`), so it reserved no horizontal space and
the in-flow E2B/`+N` badges slid underneath it whenever the name filled
the cell (narrow Name column or default-template rows). This moves the
button back into flow with `ml-auto shrink-0` so it reserves its own
space and the badges can no longer collide with it, while keeping
`relative z-10` so it stays clickable above the row's overlay navigation
link.
Fixes EN-1115.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 2be4ee0 commit 26c3108
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments