From 581656fda4444fc4b46d3ef07b96da4b93a39fec Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sun, 14 Sep 2014 21:30:56 -0500 Subject: [PATCH] fix(popup): fill popup width of Android 4.1-4.3 buttons Closes #2209 --- scss/_popup.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_popup.scss b/scss/_popup.scss index 0c0876899c1..e297b5796f3 100644 --- a/scss/_popup.scss +++ b/scss/_popup.scss @@ -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;