fix: DM filter input full width — add direction="Column" to wrapper Box
CI / Build & Quality Checks (push) Successful in 10m28s

Without direction="Column" the flex container defaults to row, so the
Input only takes its intrinsic width instead of stretching. Matches the
identical Box in Home.tsx which already had direction="Column".

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 16:38:42 -04:00
parent 6d028e3749
commit 6ed1fc75de
+1
View File
@@ -264,6 +264,7 @@ export function Direct() {
<NavCategory>
<Box
grow="Yes"
direction="Column"
style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}
>
<Input