Skip to content

Commit

Permalink
test(Select): add padding for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed Feb 26, 2024
1 parent c9530f1 commit 2330a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Select/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ export const LongOptionList: StoryObj = {
layout: 'centered',
chromatic: { delay: 450 },
},
decorators: [(Story) => <div className="px-3 py-16">{Story()}</div>],
};

/**
Expand Down

0 comments on commit 2330a68

Please sign in to comment.