mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
Fixes #5152 issue
This commit is contained in:
@ -212,9 +212,15 @@ ion-alert {
|
||||
// iOS Alert Button
|
||||
// --------------------------------------------------
|
||||
|
||||
.alert-button-group {
|
||||
flex-wrap: wrap;
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
.alert-button {
|
||||
margin: 0;
|
||||
flex: 1;
|
||||
flex: 1 1 auto;
|
||||
min-width: 50%:
|
||||
font-size: $alert-ios-button-font-size;
|
||||
min-height: $alert-ios-button-min-height;
|
||||
border-radius: $alert-ios-button-border-radius;
|
||||
|
Reference in New Issue
Block a user