Skip to content

Commit

Permalink
Merge pull request #978 from oliviertassinari/listitem
Browse files Browse the repository at this point in the history
[listitem] allow the display of dropdown inside a list item
  • Loading branch information
Hai Nguyen committed Jun 28, 2015
2 parents 363b1e1 + cb6ec69 commit cbf69a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lists/list-item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ let ListItem = React.createClass({
display: 'block',
fontSize: 16,
lineHeight: '16px',
overflow: 'hidden',
position: 'relative',
transition: Transitions.easeOut()
},
Expand Down
3 changes: 2 additions & 1 deletion src/ripples/touch-ripple.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ let TouchRipple = React.createClass({
width: '100%',
position: 'absolute',
top: 0,
left: 0
left: 0,
overflow: 'hidden',
}, this.props.style);

return (
Expand Down

0 comments on commit cbf69a9

Please sign in to comment.