Skip to content

Commit

Permalink
docs(Dropdown): reduce item width
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 9, 2021
1 parent d8b941d commit 356dd6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react/src/components/Dropdown/Dropdown-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import mdx from './Dropdown.mdx';
const items = [
{
id: 'option-0',
text:
'Lorem, ipsum dolor sit amet consectetur adipisicing elit. Vitae, aliquam. Blanditiis quia nemo enim voluptatibus quos ducimus porro molestiae nesciunt error cumque quaerat, tempore vero unde eum aperiam eligendi repellendus.',
text: 'Lorem, ipsum dolor sit amet consectetur adipisicing elit.',
},
{
id: 'option-1',
Expand Down

0 comments on commit 356dd6e

Please sign in to comment.