We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4976f commit 8ecfefbCopy full SHA for 8ecfefb
src/components/dropdown-button/stories.tsx
@@ -38,7 +38,7 @@ export default {
38
39
// Default
40
const Template: Story<Props> = (props) => (
41
- <Box width="700px" height="110px">
+ <Box width="700px" height="115px">
42
<DropdownButton {...props} />
43
</Box>
44
);
0 commit comments