mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user