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