fix(alert): use proper styling for alert buttons

This commit is contained in:
Brandy Carney
2017-06-14 15:00:36 -04:00
parent d922485c90
commit e142224416

View File

@@ -84,10 +84,12 @@ ion-alert input {
background: inherit;
}
.alert-button-group {
.alert-button-group ion-button {
display: flex;
flex-direction: row;
width: 100%;
}
.alert-button-group-vertical {