mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-13 13:15:42 +08:00
d16ce90386d4994ad8d7fa3ba458429ad666aef7
Detlef reported that the prompt for a blank (e.g. "runway") often ended up on the line above the input itself, forcing him to look back up to remember what he was typing. Each preceding text segment is now paired with its following input field into a `.cloze-group`. The group uses `inline-flex; flex-wrap: nowrap` so its label and input stay on one line, while the outer `.cloze` container still wraps groups normally. On narrow viewports (<640px) the group falls back to wrapping internally so it never overflows. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
67.3%
Vue
31.8%
CSS
0.6%
JavaScript
0.3%