Summary
The docs language <select> is w-full (239px) but holds a short value (e.g. "csharp"), so the native chevron is pinned ~150px to the right of the text — it reads as detached. The native arrow is also visually off-brand against the editorial Inkwell theme.
Location(s)
- Docs sidebar —
app/layouts/docs.vue, all docs routes.
Severity
P3 — polish nit.
Evidence
select: width 239px, padding 8px / 8px, value "csharp" left-aligned
native chevron pinned at the right edge → large empty gap after the value
Screenshot: .audit/evidence/audit-docs-1280-csharp-getting-started.png — chevron floats far right of "csharp".
Suggested fix
Acceptance criteria
Summary
The docs language
<select>isw-full(239px) but holds a short value (e.g. "csharp"), so the native chevron is pinned ~150px to the right of the text — it reads as detached. The native arrow is also visually off-brand against the editorial Inkwell theme.Location(s)
app/layouts/docs.vue, all docs routes.Severity
P3 — polish nit.
Evidence
Screenshot:
.audit/evidence/audit-docs-1280-csharp-getting-started.png— chevron floats far right of "csharp".Suggested fix
w-fit(hug the value) and add a custom chevron ~8px after the text, or replace the native<select>withUSelectand style the trailing icon to match the theme.Acceptance criteria