fix: sidebar filter inputs full width (grow=Yes on container Box)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -262,7 +262,10 @@ export function Direct() {
|
|||||||
</NavItem>
|
</NavItem>
|
||||||
</NavCategory>
|
</NavCategory>
|
||||||
<NavCategory>
|
<NavCategory>
|
||||||
<Box style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}>
|
<Box
|
||||||
|
grow="Yes"
|
||||||
|
style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}
|
||||||
|
>
|
||||||
<Input
|
<Input
|
||||||
value={filterQuery}
|
value={filterQuery}
|
||||||
onChange={(e: React.ChangeEvent<HTMLInputElement>) =>
|
onChange={(e: React.ChangeEvent<HTMLInputElement>) =>
|
||||||
|
|||||||
@@ -393,6 +393,7 @@ export function Home() {
|
|||||||
</NavCategory>
|
</NavCategory>
|
||||||
<NavCategory>
|
<NavCategory>
|
||||||
<Box
|
<Box
|
||||||
|
grow="Yes"
|
||||||
style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}
|
style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}
|
||||||
direction="Column"
|
direction="Column"
|
||||||
gap="100"
|
gap="100"
|
||||||
|
|||||||
Reference in New Issue
Block a user