fix: DM filter input full width — add direction="Column" to wrapper Box
CI / Build & Quality Checks (push) Successful in 10m28s
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:
@@ -264,6 +264,7 @@ export function Direct() {
|
|||||||
<NavCategory>
|
<NavCategory>
|
||||||
<Box
|
<Box
|
||||||
grow="Yes"
|
grow="Yes"
|
||||||
|
direction="Column"
|
||||||
style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}
|
style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}
|
||||||
>
|
>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
Reference in New Issue
Block a user