From ea8c9892eee92df3ce78d30be2bf07c5aca095ef Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sun, 31 Jan 2016 04:26:25 +0100 Subject: [PATCH] Fixes #5152 issue --- ionic/components/alert/alert.ios.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ionic/components/alert/alert.ios.scss b/ionic/components/alert/alert.ios.scss index f98b1738b8..d6c7c13fa2 100644 --- a/ionic/components/alert/alert.ios.scss +++ b/ionic/components/alert/alert.ios.scss @@ -212,9 +212,15 @@ ion-alert { // iOS Alert Button // -------------------------------------------------- +.alert-button-group { + flex-wrap: wrap; + margin-right: -1px; +} + .alert-button { margin: 0; - flex: 1; + flex: 1 1 auto; + min-width: 50%: font-size: $alert-ios-button-font-size; min-height: $alert-ios-button-min-height; border-radius: $alert-ios-button-border-radius;