Skip to content

Commit

Permalink
[AppBar] Fix flexbox styling in Safari
Browse files Browse the repository at this point in the history
closes #1212
  • Loading branch information
Elger Lambert committed Jul 21, 2015
1 parent 71adea6 commit a6a7494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let AppBar = React.createClass({
root: {
zIndex: 5,
width: '100%',
display: '-webkit-box; display: flex',
display: '-webkit-box; display: -webkit-flex; display: flex',
minHeight: themeVariables.height,
backgroundColor: themeVariables.color,
paddingLeft: spacing.desktopGutter,
Expand Down

0 comments on commit a6a7494

Please sign in to comment.