Skip to content

Commit

Permalink
Add flex property
Browse files Browse the repository at this point in the history
Resolves mui#3531
  • Loading branch information
tintin1343 committed Mar 5, 2016
1 parent 97a7513 commit 4619c0d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/menus/menu-item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,16 @@ const MenuItem = React.createClass({
paddingRight: sidePadding,
paddingBottom: 0,
paddingTop: 0,
display: 'flex',
justifyContent: 'space-between',
alignContent: 'space-between',
},

secondaryText: {
float: 'right',
order: 2,
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
},

leftIconDesktop: {
Expand Down

0 comments on commit 4619c0d

Please sign in to comment.