From e142224416aa79058c681c591ef3c9dbda9b380f Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 14 Jun 2017 15:00:36 -0400 Subject: [PATCH] fix(alert): use proper styling for alert buttons --- src/components/alert/alert.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/alert/alert.scss b/src/components/alert/alert.scss index 3d0f7fadfc..744a16e551 100644 --- a/src/components/alert/alert.scss +++ b/src/components/alert/alert.scss @@ -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 {