Commit 0af151a
fix(report): prevent sidebar jitter when expanding case selector (#1344)
Fixed sidebar shifting 1-2 pixels when clicking to expand the
playwright case selector. The issue was caused by adding a border
only in the expanded state, causing a sudden height change.
Solution: Added transparent border to the collapsed state, ensuring
consistent height across both states.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 13b4f1d commit 0af151a
File tree
1 file changed
+1
-0
lines changed- apps/report/src/components/playwright-case-selector
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments