Skip to content

Commit

Permalink
Merge pull request #1123 from salarkhan/dropdownmenu-spacing
Browse files Browse the repository at this point in the history
update dropdown menu spacing to reflect material spec
  • Loading branch information
Hai Nguyen committed Jul 12, 2015
2 parents b104a51 + 8fb0c6c commit 6f748fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drop-down-menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ let DropDownMenu = React.createClass({
transition: Transitions.easeOut(),
position: 'relative',
display: 'inline-block',
height: this.getSpacing().desktopToolbarHeight,
height: this.getSpacing().desktopSubheaderHeight,
fontSize: this.getSpacing().desktopDropDownMenuFontSize,
outline:'none',
},
Expand Down

0 comments on commit 6f748fe

Please sign in to comment.