Skip to content

Commit

Permalink
fix: filter width
Browse files Browse the repository at this point in the history
  • Loading branch information
songwongtp committed Mar 27, 2024
1 parent d133bde commit 5594245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pages/validators/components/ActiveFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const ActiveFilter = ({
);

return (
<Flex direction="column" gap={1} minW={{ base: "full", md: "240px" }}>
<Flex direction="column" gap={1} minW={{ base: "full", md: "280px" }}>
<Text variant="body3" color="text.dark" pl={{ base: 1, md: 3 }}>
Show only
</Text>
Expand Down

0 comments on commit 5594245

Please sign in to comment.