Commit 2070265
committed
fix(init): replace paddingRight with gap on split pane row
The paddingRight={1} on the left ActivityPane column caused
inconsistent left-side spacing when the prompt was active vs
dismissed — Ink's flex recalculation shifted content. Using
gap={1} on the parent row instead spaces the panes evenly
without affecting the content area width.1 parent 2c0d25e commit 2070265
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
| 393 | + | |
| 394 | + | |
400 | 395 | | |
401 | 396 | | |
402 | 397 | | |
| |||
0 commit comments