Merge pull request #5867 from manucorporat/fix-action-sheet-safari

fix(action-sheet): action sheet button no longer shortens when activated in Safari
This commit is contained in:
Brandy Carney
2016-03-21 14:20:22 -04:00

View File

@ -67,7 +67,7 @@ ion-action-sheet {
.action-sheet-button {
padding: $action-sheet-ios-button-padding;
margin: 0;
min-height: $action-sheet-ios-button-min-height;
border-bottom: $action-sheet-ios-button-border-width $action-sheet-ios-button-border-style $action-sheet-ios-border-color;