Skip to content

Commit

Permalink
fix(action-sheet): action sheet button shortens when activated in Safari
Browse files Browse the repository at this point in the history
closes #5828
  • Loading branch information
manucorporat committed Mar 17, 2016
1 parent 3e88fe9 commit 6d55abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ionic/components/action-sheet/action-sheet.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6d55abc

Please sign in to comment.