fix(action-sheet): action sheet button shortens when activated in Safari

closes #5828
This commit is contained in:
Manu Mtz.-Almeida
2016-03-17 21:14:05 +01:00
parent 3e88fe9f31
commit 6d55abcb83

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;