# ScenarioDrawer

## 2026-08-12 — Wrap long OptionGroup labels instead of overflowing

**Prompted by:** Thinh (dev feedback) — the Objective selector overflowed on a narrow drawer

### What changed
- The connected `OptionGroup` toggles now allow their label to wrap (`whitespace-normal`,
  `h-auto`, centred, tight leading) instead of forcing a single nowrap line.

### Why
- The Objective options ("Buy a Home or Move" / "Buy an Investment" / "Refinance My Loan") are long,
  so on a narrow drawer the equal-width buttons overflowed and clipped. Wrapping keeps the three
  buttons in one connected row (equal height) with the labels stacking to two lines when needed.

### Affected tokens / files
- `packages/shadcn/src/components/ui/scenario-drawer.tsx`
