Skip to content

Commit

Permalink
Merge pull request #1226 from elgerlambert/fix/flexbox
Browse files Browse the repository at this point in the history
[AppBar] Fix flexbox styling in Safari
  • Loading branch information
hai-cea committed Jul 22, 2015
2 parents 178b9ef + a6a7494 commit 6f8cda4
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 6f8cda4

Please sign in to comment.