d3fdbcf23e
The textarea inside prompt-input-ghost-wrapper had flex: 1 but the wrapper is not a flex container (only position: relative), so the textarea fell back to its intrinsic width. Add width: 100% and box-sizing: border-box so it fills the wrapper properly.