Skip to content

Commit 581656f

Browse files
committed
fix(popup): fill popup width of Android 4.1-4.3 buttons
Closes #2209
1 parent 0420e6e commit 581656f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scss/_popup.scss

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080

8181
.button {
8282
@include flex(1);
83+
display: block;
8384
min-height: $popup-button-min-height;
8485
border-radius: $popup-button-border-radius;
8586
line-height: $popup-button-line-height;

0 commit comments

Comments
 (0)