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 {