Skip to content

Commit

Permalink
fix(popup): fill popup width of Android 4.1-4.3 buttons
Browse files Browse the repository at this point in the history
Closes #2209
  • Loading branch information
adamdbradley committed Sep 15, 2014
1 parent 0420e6e commit 581656f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

.button {
@include flex(1);
display: block;
min-height: $popup-button-min-height;
border-radius: $popup-button-border-radius;
line-height: $popup-button-line-height;
Expand Down

0 comments on commit 581656f

Please sign in to comment.