Skip to content

Commit

Permalink
docs: change maxHeight from int to string in Dropdowndocs (#1765)
Browse files Browse the repository at this point in the history
Fixes #1710
  • Loading branch information
bmeverett authored and TheSharpieOne committed Jan 27, 2020
1 parent 49da7b5 commit b96f65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/Components/DropdownsPage.js
Expand Up @@ -365,7 +365,7 @@ DropdownItem.propTypes = {
styles: {
...data.styles,
overflow: 'auto',
maxHeight: 100,
maxHeight: '100px',
},
};
},
Expand Down

0 comments on commit b96f65a

Please sign in to comment.