Skip to content

Commit

Permalink
docs(DropdownsPage): Use correct typing for styles.maxHeight (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcharley authored and TheSharpieOne committed Apr 29, 2019
1 parent 2f5edcc commit 1e21a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/Components/DropdownsPage.js
Expand Up @@ -323,7 +323,7 @@ DropdownItem.propTypes = {
styles: {
...data.styles,
overflow: 'auto',
maxHeight: 100,
maxHeight: '100px',
},
};
},
Expand Down

0 comments on commit 1e21a28

Please sign in to comment.