Skip to content

Commit

Permalink
Merge pull request #1341 from mhartington/Buttons-fix
Browse files Browse the repository at this point in the history
fix(header): align multiple header buttons correctly in Android 4.4
  • Loading branch information
adamdbradley committed May 12, 2014
2 parents 5f2fdfd + 95de4d3 commit 3806482
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scss/_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,13 @@
.button + .button-bar {
margin-left: 5px;
}


// Android 4.4 messes with the display property
.buttons,
.buttons.left-buttons,
.buttons.right-buttons {
display: inherit;
}
// Place the last button in a bar on the right of the bar
.title + .button:last-child,
> .button + .button:last-child,
Expand Down

0 comments on commit 3806482

Please sign in to comment.