Skip to content

Commit 6d55abc

Browse files
committed
fix(action-sheet): action sheet button shortens when activated in Safari
closes #5828
1 parent 3e88fe9 commit 6d55abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ionic/components/action-sheet/action-sheet.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ion-action-sheet {
6767

6868
.action-sheet-button {
6969
padding: $action-sheet-ios-button-padding;
70-
70+
margin: 0;
7171
min-height: $action-sheet-ios-button-min-height;
7272

7373
border-bottom: $action-sheet-ios-button-border-width $action-sheet-ios-button-border-style $action-sheet-ios-border-color;

0 commit comments

Comments
 (0)