fix(alert): add padding under the alert title for iOS when there is no message

closes #5299
This commit is contained in:
Brandy Carney
2016-02-16 12:59:12 -05:00
parent 0d47a1b79f
commit c365c923bd
6 changed files with 17 additions and 7 deletions

View File

@ -94,6 +94,12 @@ ion-alert {
text-align: $alert-ios-message-text-align;
}
.alert-message {
&:empty {
padding: 0 0 12px 0;
}
}
// iOS Alert Input
// --------------------------------------------------