mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
fix(alert): add padding under the alert title for iOS when there is no message
closes #5299
This commit is contained in:
@ -94,6 +94,12 @@ ion-alert {
|
||||
text-align: $alert-ios-message-text-align;
|
||||
}
|
||||
|
||||
.alert-message {
|
||||
&:empty {
|
||||
padding: 0 0 12px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// iOS Alert Input
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user