Commit ee691ea
fix(workflow-search): unclip block-name highlight shadow on the left
The editor title h2 has truncate (overflow:hidden) with no left padding, so the search highlight's -3px box-shadow was clipped, exposing the sharp edge of the mark. Adds matching 3px left padding to both the h2 and the rename input so the shadow renders symmetrically and the title position doesn't shift between view and edit modes.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 972ec5f commit ee691ea
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
0 commit comments